Shades of Fern #5CCF5A
Tints of Fern #5CCF5A
RGB
CMYK
RGB Variations
Color information
#5CCF5A (or 0x5CCF5A) is known color: Fern. HEX triplet: 5C, CF and 5A. RGB value is (92,207,90). Sum of RGB (Red+Green+Blue) = 92+207+90=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCF5A is #A330A5. Grayscale: #9F9F9F. Windows color (decimal): -10694822 or 5951324. OLE color: 5951324.
HSL color Cylindrical-coordinate representation of color #5CCF5A: hue angle of 118.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CCF5A is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 90 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.19 |
| HSL | 118.97º | 0.55% | 0.58% | - |
| HSV(B) | 118.97º | 0.57% | 0.81% | - |
| XYZ | 28.57 | 47.64 | 17.36 | - |
| YUV | 159.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 90 | 0.56 | 0 | 0.57 | 0.19 | 118.97 | 0.55 | 0.58 |
| Hex | 5C | CF | 5A | 38 | 0 | 39 | 13 | 77 | 37 | 3A |
| Octal | 134 | 317 | 132 | 70 | 0 | 71 | 23 | 167 | 67 | 72 |
| Binary | 1011100 | 11001111 | 1011010 | 111000 | 0 | 111001 | 10011 | 1110111 | 110111 | 111010 |
Color Harmonies of #5CCF5A
Complementary color
Monochromatic Colors of #5CCF5A
Black with #5CCF5A
Text Example
Text Example
White with #5CCF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCF5A; }
p { color: rgb(92,207,90); }
H1.HeaderClassName
{
color: #5CCF5A;
}
.AnyTagClassName
{
color: #5CCF5A;
}
</style>
background-color css
<style>
a { background-color: #5CCF5A; }
a { background-color: rgb(92,207,90); }
div.DivClassName
{
background-color: #5CCF5A;
}
.BgClassName
{
background-color: #5CCF5A;
}
</style>
border-color css
<style>
span { border-color: #5CCF5A; }
span { border-color: rgb(92,207,90); }
td.TdClassName
{
border-color: #5CCF5A;
}
.TagClassName
{
border-color: #5CCF5A;
}
</style>