Shades of Fern #72C17D
Tints of Fern #72C17D
RGB
CMYK
RGB Variations
Color information
#72C17D (or 0x72C17D) is known color: Fern. HEX triplet: 72, C1 and 7D. RGB value is (114,193,125). Sum of RGB (Red+Green+Blue) = 114+193+125=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #72C17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C17D is #8D3E82. Grayscale: #A1A1A1. Windows color (decimal): -9256579 or 8241522. OLE color: 8241522.
HSL color Cylindrical-coordinate representation of color #72C17D: hue angle of 128.35º degrees, saturation: 0.39, 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 #72C17D is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 125 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.24 |
| HSL | 128.35º | 0.39% | 0.6% | - |
| HSV(B) | 128.35º | 0.41% | 0.76% | - |
| XYZ | 29.71 | 43.2 | 26.17 | - |
| YUV | 161.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 125 | 0.41 | 0 | 0.35 | 0.24 | 128.35 | 0.39 | 0.6 |
| Hex | 72 | C1 | 7D | 29 | 0 | 23 | 18 | 80 | 27 | 3C |
| Octal | 162 | 301 | 175 | 51 | 0 | 43 | 30 | 200 | 47 | 74 |
| Binary | 1110010 | 11000001 | 1111101 | 101001 | 0 | 100011 | 11000 | 10000000 | 100111 | 111100 |
Color Harmonies of #72C17D
Complementary color
Monochromatic Colors of #72C17D
Black with #72C17D
Text Example
Text Example
White with #72C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C17D; }
p { color: rgb(114,193,125); }
H1.HeaderClassName
{
color: #72C17D;
}
.AnyTagClassName
{
color: #72C17D;
}
</style>
background-color css
<style>
a { background-color: #72C17D; }
a { background-color: rgb(114,193,125); }
div.DivClassName
{
background-color: #72C17D;
}
.BgClassName
{
background-color: #72C17D;
}
</style>
border-color css
<style>
span { border-color: #72C17D; }
span { border-color: rgb(114,193,125); }
td.TdClassName
{
border-color: #72C17D;
}
.TagClassName
{
border-color: #72C17D;
}
</style>