Shades of Fern #72BE7D
Tints of Fern #72BE7D
RGB
CMYK
RGB Variations
Color information
#72BE7D (or 0x72BE7D) is known color: Fern. HEX triplet: 72, BE and 7D. RGB value is (114,190,125). Sum of RGB (Red+Green+Blue) = 114+190+125=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BE7D is #8D4182. Grayscale: #A0A0A0. Windows color (decimal): -9257347 or 8240754. OLE color: 8240754.
HSL color Cylindrical-coordinate representation of color #72BE7D: hue angle of 128.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BE7D is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 125 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.25 |
| HSL | 128.68º | 0.37% | 0.6% | - |
| HSV(B) | 128.68º | 0.4% | 0.75% | - |
| XYZ | 29.05 | 41.88 | 25.96 | - |
| YUV | 159.87 | 108.32 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 125 | 0.40 | 0 | 0.34 | 0.25 | 128.68 | 0.37 | 0.6 |
| Hex | 72 | BE | 7D | 28 | 0 | 22 | 19 | 81 | 25 | 3C |
| Octal | 162 | 276 | 175 | 50 | 0 | 42 | 31 | 201 | 45 | 74 |
| Binary | 1110010 | 10111110 | 1111101 | 101000 | 0 | 100010 | 11001 | 10000001 | 100101 | 111100 |
Color Harmonies of #72BE7D
Complementary color
Monochromatic Colors of #72BE7D
Black with #72BE7D
Text Example
Text Example
White with #72BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BE7D; }
p { color: rgb(114,190,125); }
H1.HeaderClassName
{
color: #72BE7D;
}
.AnyTagClassName
{
color: #72BE7D;
}
</style>
background-color css
<style>
a { background-color: #72BE7D; }
a { background-color: rgb(114,190,125); }
div.DivClassName
{
background-color: #72BE7D;
}
.BgClassName
{
background-color: #72BE7D;
}
</style>
border-color css
<style>
span { border-color: #72BE7D; }
span { border-color: rgb(114,190,125); }
td.TdClassName
{
border-color: #72BE7D;
}
.TagClassName
{
border-color: #72BE7D;
}
</style>