Shades of Fern #5CD35A
Tints of Fern #5CD35A
RGB
CMYK
RGB Variations
Color information
#5CD35A (or 0x5CD35A) is known color: Fern. HEX triplet: 5C, D3 and 5A. RGB value is (92,211,90). Sum of RGB (Red+Green+Blue) = 92+211+90=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD35A is #A32CA5. Grayscale: #A1A1A1. Windows color (decimal): -10693798 or 5952348. OLE color: 5952348.
HSL color Cylindrical-coordinate representation of color #5CD35A: hue angle of 119.01º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD35A is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 211 | 90 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.17 |
| HSL | 119.01º | 0.58% | 0.59% | - |
| HSV(B) | 119.01º | 0.57% | 0.83% | - |
| XYZ | 29.55 | 49.6 | 17.69 | - |
| YUV | 161.63 | 87.58 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 90 | 0.56 | 0 | 0.57 | 0.17 | 119.01 | 0.58 | 0.59 |
| Hex | 5C | D3 | 5A | 38 | 0 | 39 | 11 | 77 | 3A | 3B |
| Octal | 134 | 323 | 132 | 70 | 0 | 71 | 21 | 167 | 72 | 73 |
| Binary | 1011100 | 11010011 | 1011010 | 111000 | 0 | 111001 | 10001 | 1110111 | 111010 | 111011 |
Color Harmonies of #5CD35A
Complementary color
Monochromatic Colors of #5CD35A
Black with #5CD35A
Text Example
Text Example
White with #5CD35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD35A; }
p { color: rgb(92,211,90); }
H1.HeaderClassName
{
color: #5CD35A;
}
.AnyTagClassName
{
color: #5CD35A;
}
</style>
background-color css
<style>
a { background-color: #5CD35A; }
a { background-color: rgb(92,211,90); }
div.DivClassName
{
background-color: #5CD35A;
}
.BgClassName
{
background-color: #5CD35A;
}
</style>
border-color css
<style>
span { border-color: #5CD35A; }
span { border-color: rgb(92,211,90); }
td.TdClassName
{
border-color: #5CD35A;
}
.TagClassName
{
border-color: #5CD35A;
}
</style>