Shades of Kelly Green #5DC702
Tints of Kelly Green #5DC702
RGB
CMYK
RGB Variations
Color information
#5DC702 (or 0x5DC702) is known color: Kelly Green. HEX triplet: 5D, C7 and 02. RGB value is (93,199,2). Sum of RGB (Red+Green+Blue) = 93+199+2=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 199 (78.12% from 255 or 67.69% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC702 is #A238FD. Grayscale: #919191. Windows color (decimal): -10631422 or 182109. OLE color: 182109.
HSL color Cylindrical-coordinate representation of color #5DC702: hue angle of 92.28º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DC702 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 199 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.22 |
| HSL | 92.28º | 0.98% | 0.39% | - |
| HSV(B) | 92.28º | 0.99% | 0.78% | - |
| XYZ | 24.95 | 43.18 | 7.08 | - |
| YUV | 144.85 | 47.38 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 199 | 2 | 0.53 | 0 | 0.99 | 0.22 | 92.28 | 0.98 | 0.39 |
| Hex | 5D | C7 | 2 | 35 | 0 | 63 | 16 | 5C | 62 | 27 |
| Octal | 135 | 307 | 2 | 65 | 0 | 143 | 26 | 134 | 142 | 47 |
| Binary | 1011101 | 11000111 | 10 | 110101 | 0 | 1100011 | 10110 | 1011100 | 1100010 | 100111 |
Color Harmonies of #5DC702
Complementary color
Monochromatic Colors of #5DC702
Black with #5DC702
Text Example
Text Example
White with #5DC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC702; }
p { color: rgb(93,199,2); }
H1.HeaderClassName
{
color: #5DC702;
}
.AnyTagClassName
{
color: #5DC702;
}
</style>
background-color css
<style>
a { background-color: #5DC702; }
a { background-color: rgb(93,199,2); }
div.DivClassName
{
background-color: #5DC702;
}
.BgClassName
{
background-color: #5DC702;
}
</style>
border-color css
<style>
span { border-color: #5DC702; }
span { border-color: rgb(93,199,2); }
td.TdClassName
{
border-color: #5DC702;
}
.TagClassName
{
border-color: #5DC702;
}
</style>