Shades of Kelly Green #5CD200
Tints of Kelly Green #5CD200
RGB
CMYK
RGB Variations
Color information
#5CD200 (or 0x5CD200) is known color: Kelly Green. HEX triplet: 5C, D2 and 00. RGB value is (92,210,0). Sum of RGB (Red+Green+Blue) = 92+210+0=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 210 (82.42% from 255 or 69.54% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD200 is #A32DFF. Grayscale: #979797. Windows color (decimal): -10694144 or 53852. OLE color: 53852.
HSL color Cylindrical-coordinate representation of color #5CD200: hue angle of 93.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CD200 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.18 |
| HSL | 93.71º | 1% | 0.41% | - |
| HSV(B) | 93.71º | 1% | 0.82% | - |
| XYZ | 27.46 | 48.37 | 7.89 | - |
| YUV | 150.78 | 42.91 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 0 | 0.56 | 0 | 1 | 0.18 | 93.71 | 1 | 0.41 |
| Hex | 5C | D2 | 0 | 38 | 0 | 64 | 12 | 5E | 64 | 29 |
| Octal | 134 | 322 | 0 | 70 | 0 | 144 | 22 | 136 | 144 | 51 |
| Binary | 1011100 | 11010010 | 0 | 111000 | 0 | 1100100 | 10010 | 1011110 | 1100100 | 101001 |
Color Harmonies of #5CD200
Complementary color
Monochromatic Colors of #5CD200
Black with #5CD200
Text Example
Text Example
White with #5CD200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD200; }
p { color: rgb(92,210,0); }
H1.HeaderClassName
{
color: #5CD200;
}
.AnyTagClassName
{
color: #5CD200;
}
</style>
background-color css
<style>
a { background-color: #5CD200; }
a { background-color: rgb(92,210,0); }
div.DivClassName
{
background-color: #5CD200;
}
.BgClassName
{
background-color: #5CD200;
}
</style>
border-color css
<style>
span { border-color: #5CD200; }
span { border-color: rgb(92,210,0); }
td.TdClassName
{
border-color: #5CD200;
}
.TagClassName
{
border-color: #5CD200;
}
</style>