Shades of Fern #72C272
Tints of Fern #72C272
RGB
CMYK
RGB Variations
Color information
#72C272 (or 0x72C272) is known color: Fern. HEX triplet: 72, C2 and 72. RGB value is (114,194,114). Sum of RGB (Red+Green+Blue) = 114+194+114=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #72C272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C272 is #8D3D8D. Grayscale: #A1A1A1. Windows color (decimal): -9256334 or 7520882. OLE color: 7520882.
HSL color Cylindrical-coordinate representation of color #72C272: hue angle of 120º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C272 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 194 | 114 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.24 |
| HSL | 120º | 0.4% | 0.6% | - |
| HSV(B) | 120º | 0.41% | 0.76% | - |
| XYZ | 29.27 | 43.38 | 22.75 | - |
| YUV | 160.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 114 | 0.41 | 0 | 0.41 | 0.24 | 120 | 0.4 | 0.6 |
| Hex | 72 | C2 | 72 | 29 | 0 | 29 | 18 | 78 | 28 | 3C |
| Octal | 162 | 302 | 162 | 51 | 0 | 51 | 30 | 170 | 50 | 74 |
| Binary | 1110010 | 11000010 | 1110010 | 101001 | 0 | 101001 | 11000 | 1111000 | 101000 | 111100 |
Color Harmonies of #72C272
Complementary color
Monochromatic Colors of #72C272
Black with #72C272
Text Example
Text Example
White with #72C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C272; }
p { color: rgb(114,194,114); }
H1.HeaderClassName
{
color: #72C272;
}
.AnyTagClassName
{
color: #72C272;
}
</style>
background-color css
<style>
a { background-color: #72C272; }
a { background-color: rgb(114,194,114); }
div.DivClassName
{
background-color: #72C272;
}
.BgClassName
{
background-color: #72C272;
}
</style>
border-color css
<style>
span { border-color: #72C272; }
span { border-color: rgb(114,194,114); }
td.TdClassName
{
border-color: #72C272;
}
.TagClassName
{
border-color: #72C272;
}
</style>