Shades of Fern #72BC7C
Tints of Fern #72BC7C
RGB
CMYK
RGB Variations
Color information
#72BC7C (or 0x72BC7C) is known color: Fern. HEX triplet: 72, BC and 7C. RGB value is (114,188,124). Sum of RGB (Red+Green+Blue) = 114+188+124=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC7C is #8D4383. Grayscale: #9E9E9E. Windows color (decimal): -9257860 or 8174706. OLE color: 8174706.
HSL color Cylindrical-coordinate representation of color #72BC7C: hue angle of 128.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BC7C is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 124 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.26 |
| HSL | 128.11º | 0.36% | 0.59% | - |
| HSV(B) | 128.11º | 0.39% | 0.74% | - |
| XYZ | 28.56 | 41 | 25.48 | - |
| YUV | 158.58 | 108.48 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 124 | 0.39 | 0 | 0.34 | 0.26 | 128.11 | 0.36 | 0.59 |
| Hex | 72 | BC | 7C | 27 | 0 | 22 | 1A | 80 | 24 | 3B |
| Octal | 162 | 274 | 174 | 47 | 0 | 42 | 32 | 200 | 44 | 73 |
| Binary | 1110010 | 10111100 | 1111100 | 100111 | 0 | 100010 | 11010 | 10000000 | 100100 | 111011 |
Color Harmonies of #72BC7C
Complementary color
Monochromatic Colors of #72BC7C
Black with #72BC7C
Text Example
Text Example
White with #72BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC7C; }
p { color: rgb(114,188,124); }
H1.HeaderClassName
{
color: #72BC7C;
}
.AnyTagClassName
{
color: #72BC7C;
}
</style>
background-color css
<style>
a { background-color: #72BC7C; }
a { background-color: rgb(114,188,124); }
div.DivClassName
{
background-color: #72BC7C;
}
.BgClassName
{
background-color: #72BC7C;
}
</style>
border-color css
<style>
span { border-color: #72BC7C; }
span { border-color: rgb(114,188,124); }
td.TdClassName
{
border-color: #72BC7C;
}
.TagClassName
{
border-color: #72BC7C;
}
</style>