Shades of Fern #72C16D
Tints of Fern #72C16D
RGB
CMYK
RGB Variations
Color information
#72C16D (or 0x72C16D) is known color: Fern. HEX triplet: 72, C1 and 6D. RGB value is (114,193,109). Sum of RGB (Red+Green+Blue) = 114+193+109=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #72C16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C16D is #8D3E92. Grayscale: #A0A0A0. Windows color (decimal): -9256595 or 7192946. OLE color: 7192946.
HSL color Cylindrical-coordinate representation of color #72C16D: hue angle of 116.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72C16D is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 109 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.24 |
| HSL | 116.43º | 0.4% | 0.59% | - |
| HSV(B) | 116.43º | 0.44% | 0.76% | - |
| XYZ | 28.77 | 42.82 | 21.22 | - |
| YUV | 159.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 109 | 0.41 | 0 | 0.44 | 0.24 | 116.43 | 0.4 | 0.59 |
| Hex | 72 | C1 | 6D | 29 | 0 | 2C | 18 | 74 | 28 | 3B |
| Octal | 162 | 301 | 155 | 51 | 0 | 54 | 30 | 164 | 50 | 73 |
| Binary | 1110010 | 11000001 | 1101101 | 101001 | 0 | 101100 | 11000 | 1110100 | 101000 | 111011 |
Color Harmonies of #72C16D
Complementary color
Monochromatic Colors of #72C16D
Black with #72C16D
Text Example
Text Example
White with #72C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C16D; }
p { color: rgb(114,193,109); }
H1.HeaderClassName
{
color: #72C16D;
}
.AnyTagClassName
{
color: #72C16D;
}
</style>
background-color css
<style>
a { background-color: #72C16D; }
a { background-color: rgb(114,193,109); }
div.DivClassName
{
background-color: #72C16D;
}
.BgClassName
{
background-color: #72C16D;
}
</style>
border-color css
<style>
span { border-color: #72C16D; }
span { border-color: rgb(114,193,109); }
td.TdClassName
{
border-color: #72C16D;
}
.TagClassName
{
border-color: #72C16D;
}
</style>