Shades of Fern #5CC272
Tints of Fern #5CC272
RGB
CMYK
RGB Variations
Color information
#5CC272 (or 0x5CC272) is known color: Fern. HEX triplet: 5C, C2 and 72. RGB value is (92,194,114). Sum of RGB (Red+Green+Blue) = 92+194+114=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC272 is #A33D8D. Grayscale: #9A9A9A. Windows color (decimal): -10698126 or 7520860. OLE color: 7520860.
HSL color Cylindrical-coordinate representation of color #5CC272: hue angle of 132.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC272 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 114 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.24 |
| HSL | 132.94º | 0.46% | 0.56% | - |
| HSV(B) | 132.94º | 0.53% | 0.76% | - |
| XYZ | 26.74 | 42.07 | 22.63 | - |
| YUV | 154.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 114 | 0.53 | 0 | 0.41 | 0.24 | 132.94 | 0.46 | 0.56 |
| Hex | 5C | C2 | 72 | 35 | 0 | 29 | 18 | 85 | 2E | 38 |
| Octal | 134 | 302 | 162 | 65 | 0 | 51 | 30 | 205 | 56 | 70 |
| Binary | 1011100 | 11000010 | 1110010 | 110101 | 0 | 101001 | 11000 | 10000101 | 101110 | 111000 |
Color Harmonies of #5CC272
Complementary color
Monochromatic Colors of #5CC272
Black with #5CC272
Text Example
Text Example
White with #5CC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC272; }
p { color: rgb(92,194,114); }
H1.HeaderClassName
{
color: #5CC272;
}
.AnyTagClassName
{
color: #5CC272;
}
</style>
background-color css
<style>
a { background-color: #5CC272; }
a { background-color: rgb(92,194,114); }
div.DivClassName
{
background-color: #5CC272;
}
.BgClassName
{
background-color: #5CC272;
}
</style>
border-color css
<style>
span { border-color: #5CC272; }
span { border-color: rgb(92,194,114); }
td.TdClassName
{
border-color: #5CC272;
}
.TagClassName
{
border-color: #5CC272;
}
</style>