Shades of Fern #5CC072
Tints of Fern #5CC072
RGB
CMYK
RGB Variations
Color information
#5CC072 (or 0x5CC072) is known color: Fern. HEX triplet: 5C, C0 and 72. RGB value is (92,192,114). Sum of RGB (Red+Green+Blue) = 92+192+114=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC072 is #A33F8D. Grayscale: #999999. Windows color (decimal): -10698638 or 7520348. OLE color: 7520348.
HSL color Cylindrical-coordinate representation of color #5CC072: hue angle of 133.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC072 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 114 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.25 |
| HSL | 133.2º | 0.44% | 0.56% | - |
| HSV(B) | 133.2º | 0.52% | 0.75% | - |
| XYZ | 26.3 | 41.19 | 22.48 | - |
| YUV | 153.21 | 105.87 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 114 | 0.52 | 0 | 0.41 | 0.25 | 133.2 | 0.44 | 0.56 |
| Hex | 5C | C0 | 72 | 34 | 0 | 29 | 19 | 85 | 2C | 38 |
| Octal | 134 | 300 | 162 | 64 | 0 | 51 | 31 | 205 | 54 | 70 |
| Binary | 1011100 | 11000000 | 1110010 | 110100 | 0 | 101001 | 11001 | 10000101 | 101100 | 111000 |
Color Harmonies of #5CC072
Complementary color
Monochromatic Colors of #5CC072
Black with #5CC072
Text Example
Text Example
White with #5CC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC072; }
p { color: rgb(92,192,114); }
H1.HeaderClassName
{
color: #5CC072;
}
.AnyTagClassName
{
color: #5CC072;
}
</style>
background-color css
<style>
a { background-color: #5CC072; }
a { background-color: rgb(92,192,114); }
div.DivClassName
{
background-color: #5CC072;
}
.BgClassName
{
background-color: #5CC072;
}
</style>
border-color css
<style>
span { border-color: #5CC072; }
span { border-color: rgb(92,192,114); }
td.TdClassName
{
border-color: #5CC072;
}
.TagClassName
{
border-color: #5CC072;
}
</style>