Shades of Fern #72C372
Tints of Fern #72C372
RGB
CMYK
RGB Variations
Color information
#72C372 (or 0x72C372) is known color: Fern. HEX triplet: 72, C3 and 72. RGB value is (114,195,114). Sum of RGB (Red+Green+Blue) = 114+195+114=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #72C372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C372 is #8D3C8D. Grayscale: #A1A1A1. Windows color (decimal): -9256078 or 7521138. OLE color: 7521138.
HSL color Cylindrical-coordinate representation of color #72C372: hue angle of 120º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C372 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 114 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.24 |
| HSL | 120º | 0.4% | 0.61% | - |
| HSV(B) | 120º | 0.42% | 0.76% | - |
| XYZ | 29.49 | 43.82 | 22.82 | - |
| YUV | 161.55 | 101.16 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 114 | 0.42 | 0 | 0.42 | 0.24 | 120 | 0.4 | 0.61 |
| Hex | 72 | C3 | 72 | 2A | 0 | 2A | 18 | 78 | 28 | 3D |
| Octal | 162 | 303 | 162 | 52 | 0 | 52 | 30 | 170 | 50 | 75 |
| Binary | 1110010 | 11000011 | 1110010 | 101010 | 0 | 101010 | 11000 | 1111000 | 101000 | 111101 |
Color Harmonies of #72C372
Complementary color
Monochromatic Colors of #72C372
Black with #72C372
Text Example
Text Example
White with #72C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C372; }
p { color: rgb(114,195,114); }
H1.HeaderClassName
{
color: #72C372;
}
.AnyTagClassName
{
color: #72C372;
}
</style>
background-color css
<style>
a { background-color: #72C372; }
a { background-color: rgb(114,195,114); }
div.DivClassName
{
background-color: #72C372;
}
.BgClassName
{
background-color: #72C372;
}
</style>
border-color css
<style>
span { border-color: #72C372; }
span { border-color: rgb(114,195,114); }
td.TdClassName
{
border-color: #72C372;
}
.TagClassName
{
border-color: #72C372;
}
</style>