Shades of Fern #5CCA60
Tints of Fern #5CCA60
RGB
CMYK
RGB Variations
Color information
#5CCA60 (or 0x5CCA60) is known color: Fern. HEX triplet: 5C, CA and 60. RGB value is (92,202,96). Sum of RGB (Red+Green+Blue) = 92+202+96=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCA60 is #A3359F. Grayscale: #9D9D9D. Windows color (decimal): -10696096 or 6343260. OLE color: 6343260.
HSL color Cylindrical-coordinate representation of color #5CCA60: hue angle of 122.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCA60 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 96 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.21 |
| HSL | 122.18º | 0.51% | 0.58% | - |
| HSV(B) | 122.18º | 0.54% | 0.79% | - |
| XYZ | 27.65 | 45.36 | 18.36 | - |
| YUV | 157.03 | 93.56 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 96 | 0.54 | 0 | 0.52 | 0.21 | 122.18 | 0.51 | 0.58 |
| Hex | 5C | CA | 60 | 36 | 0 | 34 | 15 | 7A | 33 | 3A |
| Octal | 134 | 312 | 140 | 66 | 0 | 64 | 25 | 172 | 63 | 72 |
| Binary | 1011100 | 11001010 | 1100000 | 110110 | 0 | 110100 | 10101 | 1111010 | 110011 | 111010 |
Color Harmonies of #5CCA60
Complementary color
Monochromatic Colors of #5CCA60
Black with #5CCA60
Text Example
Text Example
White with #5CCA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA60; }
p { color: rgb(92,202,96); }
H1.HeaderClassName
{
color: #5CCA60;
}
.AnyTagClassName
{
color: #5CCA60;
}
</style>
background-color css
<style>
a { background-color: #5CCA60; }
a { background-color: rgb(92,202,96); }
div.DivClassName
{
background-color: #5CCA60;
}
.BgClassName
{
background-color: #5CCA60;
}
</style>
border-color css
<style>
span { border-color: #5CCA60; }
span { border-color: rgb(92,202,96); }
td.TdClassName
{
border-color: #5CCA60;
}
.TagClassName
{
border-color: #5CCA60;
}
</style>