COLOR #73CF4B

HEX: #73CF4B RGB: (115,207,75)

Color info

#73CF4B contains mainly green color. Web safe color of #73CF4B is #66CC33 (or #6C3).

RGB color model

#73CF4B color RGB value is (115,207,75).

RGB: (115,207,75) (45%, 81%, 29%)

RGB channels and saturation

R 115 of 255 = 45%
G 207 of 255 = 81%
B 75 of 255 = 29%

115
207
75

R + G + B ~ 52%. #73CF4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 207 + 75 = 397 (100%)
R 115 of 397 ~ 28.97%
G 207 of 397 ~ 52.14%
B 75 of 397 ~ 18.89'%

%28.97
%52.14
%18.89

CMYK color model

#73CF4B color CMYK value is (44,0,64,19).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 63.77%
  • key color value is 18.82%

CMYK: (44,0,64,19)
C44M0Y64K19 (44%, 0%, 64%, 19%)
(0.44 / 0.00 / 0.64 / 0.19)

CMYK percentages

%44.44
%0
%63.77
%18.82

Codes

Color #73CF4B in popluar color models

73 CF 4B
RGB 115 207 75
HSL 102° 57.89% 55.29%
HSB/HSV 102° 63.77% 81.18%
CMYK 44.44% 0.00% 63.77%
18.82%

Color #73CF4B in popluar number systems.

HEX 73 CF 4B
Decimal 115 207 75
Binary 1110011 11001111 1001011
Octal 163 317 113

Shades and tints

Shades of #73CF4B

#73CF4B
(115,207,75)
#69BD45
(105,189,69)
#5FAB3F
(95,171,63)
#559939
(85,153,57)
#4B8733
(75,135,51)
#41752D
(65,117,45)
#376327
(55,99,39)
#2D5121
(45,81,33)
#233F1B
(35,63,27)
#192D15
(25,45,21)
#0F1B0F
(15,27,15)
#000000
(0,0,0)

Tints of #73CF4B

#73CF4B
(115,207,75)
#7FD35B
(127,211,91)
#8BD76B
(139,215,107)
#97DB7B
(151,219,123)
#A3DF8B
(163,223,139)
#AFE39B
(175,227,155)
#BBE7AB
(187,231,171)
#C7EBBB
(199,235,187)
#D3EFCB
(211,239,203)
#DFF3DB
(223,243,219)
#EBF7EB
(235,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CF4B color. Also use rgb(115,207,75) instead hex code.

Text Font Color

.myTextColor { color: #73CF4B; }

<p style="color:#73CF4B">This sample text font color is #73CF4B.</p>

This text font color is #73CF4B.

Background Color

.myBgColor { background-color: #73CF4B; }

<div style="background-color:#73CF4B">Inner text</div>

This div background color is #73CF4B.

Border color

.myBorderColor { border: 1px solid #73CF4B; }

<div style="border:3px solid #73CF4B">Div</div>

This div border color is #73CF4B.

Opacity

.myOpacity80 { color: #73CF4B; opacity: 0.8; }

<p style="color:#73CF4B;opacity:0.8;">80%</p>

Text with #73CF4B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #73CF4B;}

<p style="text-shadow: 3px 3px 1px #73CF4B">Text here.</p>

This text has shadow with #73CF4B color.


.textShadow {text-shadow: 3px 3px 1px #73CF4B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #73CF4B, 5px 5px 20px red">Text here.</p>

This text has shadow with #73CF4B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#73CF4B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#73CF4B, Direction=45, Strength=4)">Text</p>

This text has shadow with #73CF4B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #73CF4B;
-webkit-box-shadow: 1px 1px 3px 2px #73CF4B;
box-shadow: 1px 1px 3px 2px #73CF4B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #73CF4B; -webkit-box-shadow: 1px 1px 3px 2px #73CF4B; box-shadow:1px 1px 3px 2px #73CF4B;">
Div content here
</div>

This div box has shadow with color #73CF4B.

Preview

Color preview on black background

This text has color #73CF4B on black background.


Color preview on white background

This text has color #73CF4B on white background.


Black color preview on #73CF4B background

This text has black color on #73CF4B background.


White color preview on #73CF4B background

This text has white color on #73CF4B background.


Related colors

Complementary color

Complementary color for #hex is #8C30B4.


I love getcolorcode.com

Triadic colors

1 #4B73CF and #CF4B73 with #73CF4B are triadic colors.

2 #4BCF73 and #CF734B with #73CF4B are triadic colors.