Shades of Fern #72BD71
Tints of Fern #72BD71
RGB
CMYK
RGB Variations
Color information
#72BD71 (or 0x72BD71) is known color: Fern. HEX triplet: 72, BD and 71. RGB value is (114,189,113). Sum of RGB (Red+Green+Blue) = 114+189+113=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD71 is #8D428E. Grayscale: #9E9E9E. Windows color (decimal): -9257615 or 7454066. OLE color: 7454066.
HSL color Cylindrical-coordinate representation of color #72BD71: hue angle of 119.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BD71 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 113 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.26 |
| HSL | 119.21º | 0.37% | 0.59% | - |
| HSV(B) | 119.21º | 0.4% | 0.74% | - |
| XYZ | 28.12 | 41.16 | 22.09 | - |
| YUV | 157.91 | 102.65 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 113 | 0.40 | 0 | 0.40 | 0.26 | 119.21 | 0.37 | 0.59 |
| Hex | 72 | BD | 71 | 28 | 0 | 28 | 1A | 77 | 25 | 3B |
| Octal | 162 | 275 | 161 | 50 | 0 | 50 | 32 | 167 | 45 | 73 |
| Binary | 1110010 | 10111101 | 1110001 | 101000 | 0 | 101000 | 11010 | 1110111 | 100101 | 111011 |
Color Harmonies of #72BD71
Complementary color
Monochromatic Colors of #72BD71
Black with #72BD71
Text Example
Text Example
White with #72BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD71; }
p { color: rgb(114,189,113); }
H1.HeaderClassName
{
color: #72BD71;
}
.AnyTagClassName
{
color: #72BD71;
}
</style>
background-color css
<style>
a { background-color: #72BD71; }
a { background-color: rgb(114,189,113); }
div.DivClassName
{
background-color: #72BD71;
}
.BgClassName
{
background-color: #72BD71;
}
</style>
border-color css
<style>
span { border-color: #72BD71; }
span { border-color: rgb(114,189,113); }
td.TdClassName
{
border-color: #72BD71;
}
.TagClassName
{
border-color: #72BD71;
}
</style>