#72BF72

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

Shades of Fern #72BF72

Tints of Fern #72BF72

Color information

#72BF72 (or 0x72BF72) is unknown color: approx Fern. HEX triplet: 72, BF and 72. RGB value is (114,191,114). Sum of RGB (Red+Green+Blue) = 114+191+114=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF72 is #8D408D. Grayscale: #9F9F9F. Windows color (decimal): -9257102 or 7520114. OLE color: 7520114.

HSL color Cylindrical-coordinate representation of color #72BF72: hue angle of 120º 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 #72BF72 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB114191114-
CMYK0.4000.400.25
HSL120º37.56%59.8%-
HSV(B)120º40.31%74.9%-
XYZ28.6142.0522.53-
YUV159.2102.4995.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=27.21%
G=45.58%
B=27.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911140.4000.400.2512037.5659.8
Hex72BF72280281978263c
Octal16227716250050311704674
Binary11100101011111111100101010000101000110011111000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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