Shades of Kelly Green #5CD302
Tints of Kelly Green #5CD302
RGB
CMYK
RGB Variations
Color information
#5CD302 (or 0x5CD302) is known color: Kelly Green. HEX triplet: 5C, D3 and 02. RGB value is (92,211,2). Sum of RGB (Red+Green+Blue) = 92+211+2=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 211 (82.81% from 255 or 69.18% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD302 is #A32CFD. Grayscale: #989898. Windows color (decimal): -10693886 or 185180. OLE color: 185180.
HSL color Cylindrical-coordinate representation of color #5CD302: hue angle of 94.16º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5CD302 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 211 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.17 |
| HSL | 94.16º | 0.98% | 0.42% | - |
| HSV(B) | 94.16º | 0.99% | 0.83% | - |
| XYZ | 27.72 | 48.87 | 8.03 | - |
| YUV | 151.59 | 43.58 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 2 | 0.56 | 0 | 0.99 | 0.17 | 94.16 | 0.98 | 0.42 |
| Hex | 5C | D3 | 2 | 38 | 0 | 63 | 11 | 5E | 62 | 2A |
| Octal | 134 | 323 | 2 | 70 | 0 | 143 | 21 | 136 | 142 | 52 |
| Binary | 1011100 | 11010011 | 10 | 111000 | 0 | 1100011 | 10001 | 1011110 | 1100010 | 101010 |
Color Harmonies of #5CD302
Complementary color
Monochromatic Colors of #5CD302
Black with #5CD302
Text Example
Text Example
White with #5CD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD302; }
p { color: rgb(92,211,2); }
H1.HeaderClassName
{
color: #5CD302;
}
.AnyTagClassName
{
color: #5CD302;
}
</style>
background-color css
<style>
a { background-color: #5CD302; }
a { background-color: rgb(92,211,2); }
div.DivClassName
{
background-color: #5CD302;
}
.BgClassName
{
background-color: #5CD302;
}
</style>
border-color css
<style>
span { border-color: #5CD302; }
span { border-color: rgb(92,211,2); }
td.TdClassName
{
border-color: #5CD302;
}
.TagClassName
{
border-color: #5CD302;
}
</style>