#72BF74

Color #72BF74 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #72BF74

Tints of Fern #72BF74

Color information

#72BF74 (or 0x72BF74) is unknown color: approx Fern. HEX triplet: 72, BF and 74. RGB value is (114,191,116). Sum of RGB (Red+Green+Blue) = 114+191+116=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF74 is #8D408B. Grayscale: #9F9F9F. Windows color (decimal): -9257100 or 7651186. OLE color: 7651186.

HSL color Cylindrical-coordinate representation of color #72BF74: hue angle of 121.56º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BF74 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB114191116-
CMYK0.4000.390.25
HSL121.56º37.56%59.8%-
HSV(B)121.56º40.31%74.9%-
XYZ28.7242.123.14-
YUV159.43103.4995.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 27.08%
GREEN value IS 191 (75% from 255) = 45.37%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=27.08%
G=45.37%
B=27.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911160.4000.390.25121.5637.5659.8
Hex72BF7428027197a263c
Octal16227716450047311724674
Binary11100101011111111101001010000100111110011111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BF74; }

 p { color: rgb(114,191,116); }

 H1.HeaderClassName
 {
   color: #72BF74;
 }
 .AnyTagClassName
 {
   color: #72BF74;
 }
</style>
background-color css

<style>
 a { background-color: #72BF74; }

 a { background-color: rgb(114,191,116); }

 div.DivClassName
 {
   background-color: #72BF74;
 }
 .BgClassName
 {
   background-color: #72BF74;
 }
</style>
border-color css

<style>
 span { border-color: #72BF74; }

 span { border-color: rgb(114,191,116); }

 td.TdClassName
 {
   border-color: #72BF74;
 }
 .TagClassName
 {
   border-color: #72BF74;
 }
</style>