Shades of Fern #5CCB5A
Tints of Fern #5CCB5A
RGB
CMYK
RGB Variations
Color information
#5CCB5A (or 0x5CCB5A) is known color: Fern. HEX triplet: 5C, CB and 5A. RGB value is (92,203,90). Sum of RGB (Red+Green+Blue) = 92+203+90=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCB5A is #A334A5. Grayscale: #9D9D9D. Windows color (decimal): -10695846 or 5950300. OLE color: 5950300.
HSL color Cylindrical-coordinate representation of color #5CCB5A: hue angle of 118.94º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCB5A is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 90 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.20 |
| HSL | 118.94º | 0.52% | 0.57% | - |
| HSV(B) | 118.94º | 0.56% | 0.8% | - |
| XYZ | 27.62 | 45.73 | 17.04 | - |
| YUV | 156.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 90 | 0.55 | 0 | 0.56 | 0.20 | 118.94 | 0.52 | 0.57 |
| Hex | 5C | CB | 5A | 37 | 0 | 38 | 14 | 77 | 34 | 39 |
| Octal | 134 | 313 | 132 | 67 | 0 | 70 | 24 | 167 | 64 | 71 |
| Binary | 1011100 | 11001011 | 1011010 | 110111 | 0 | 111000 | 10100 | 1110111 | 110100 | 111001 |
Color Harmonies of #5CCB5A
Complementary color
Monochromatic Colors of #5CCB5A
Black with #5CCB5A
Text Example
Text Example
White with #5CCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCB5A; }
p { color: rgb(92,203,90); }
H1.HeaderClassName
{
color: #5CCB5A;
}
.AnyTagClassName
{
color: #5CCB5A;
}
</style>
background-color css
<style>
a { background-color: #5CCB5A; }
a { background-color: rgb(92,203,90); }
div.DivClassName
{
background-color: #5CCB5A;
}
.BgClassName
{
background-color: #5CCB5A;
}
</style>
border-color css
<style>
span { border-color: #5CCB5A; }
span { border-color: rgb(92,203,90); }
td.TdClassName
{
border-color: #5CCB5A;
}
.TagClassName
{
border-color: #5CCB5A;
}
</style>