Shades of Fern #72C17B
Tints of Fern #72C17B
RGB
CMYK
RGB Variations
Color information
#72C17B (or 0x72C17B) is known color: Fern. HEX triplet: 72, C1 and 7B. RGB value is (114,193,123). Sum of RGB (Red+Green+Blue) = 114+193+123=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #72C17B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C17B is #8D3E84. Grayscale: #A1A1A1. Windows color (decimal): -9256581 or 8110450. OLE color: 8110450.
HSL color Cylindrical-coordinate representation of color #72C17B: hue angle of 126.84º 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 #72C17B is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 123 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.24 |
| HSL | 126.84º | 0.39% | 0.6% | - |
| HSV(B) | 126.84º | 0.41% | 0.76% | - |
| XYZ | 29.58 | 43.15 | 25.51 | - |
| YUV | 161.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 123 | 0.41 | 0 | 0.36 | 0.24 | 126.84 | 0.39 | 0.6 |
| Hex | 72 | C1 | 7B | 29 | 0 | 24 | 18 | 7F | 27 | 3C |
| Octal | 162 | 301 | 173 | 51 | 0 | 44 | 30 | 177 | 47 | 74 |
| Binary | 1110010 | 11000001 | 1111011 | 101001 | 0 | 100100 | 11000 | 1111111 | 100111 | 111100 |
Color Harmonies of #72C17B
Complementary color
Monochromatic Colors of #72C17B
Black with #72C17B
Text Example
Text Example
White with #72C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C17B; }
p { color: rgb(114,193,123); }
H1.HeaderClassName
{
color: #72C17B;
}
.AnyTagClassName
{
color: #72C17B;
}
</style>
background-color css
<style>
a { background-color: #72C17B; }
a { background-color: rgb(114,193,123); }
div.DivClassName
{
background-color: #72C17B;
}
.BgClassName
{
background-color: #72C17B;
}
</style>
border-color css
<style>
span { border-color: #72C17B; }
span { border-color: rgb(114,193,123); }
td.TdClassName
{
border-color: #72C17B;
}
.TagClassName
{
border-color: #72C17B;
}
</style>