Shades of Kelly Green #5DC602
Tints of Kelly Green #5DC602
RGB
CMYK
RGB Variations
Color information
#5DC602 (or 0x5DC602) is known color: Kelly Green. HEX triplet: 5D, C6 and 02. RGB value is (93,198,2). Sum of RGB (Red+Green+Blue) = 93+198+2=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC602 is #A239FD. Grayscale: #909090. Windows color (decimal): -10631678 or 181853. OLE color: 181853.
HSL color Cylindrical-coordinate representation of color #5DC602: hue angle of 92.14º 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 #5DC602 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.22 |
| HSL | 92.14º | 0.98% | 0.39% | - |
| HSV(B) | 92.14º | 0.99% | 0.78% | - |
| XYZ | 24.72 | 42.72 | 7 | - |
| YUV | 144.26 | 47.71 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 2 | 0.53 | 0 | 0.99 | 0.22 | 92.14 | 0.98 | 0.39 |
| Hex | 5D | C6 | 2 | 35 | 0 | 63 | 16 | 5C | 62 | 27 |
| Octal | 135 | 306 | 2 | 65 | 0 | 143 | 26 | 134 | 142 | 47 |
| Binary | 1011101 | 11000110 | 10 | 110101 | 0 | 1100011 | 10110 | 1011100 | 1100010 | 100111 |
Color Harmonies of #5DC602
Complementary color
Monochromatic Colors of #5DC602
Black with #5DC602
Text Example
Text Example
White with #5DC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC602; }
p { color: rgb(93,198,2); }
H1.HeaderClassName
{
color: #5DC602;
}
.AnyTagClassName
{
color: #5DC602;
}
</style>
background-color css
<style>
a { background-color: #5DC602; }
a { background-color: rgb(93,198,2); }
div.DivClassName
{
background-color: #5DC602;
}
.BgClassName
{
background-color: #5DC602;
}
</style>
border-color css
<style>
span { border-color: #5DC602; }
span { border-color: rgb(93,198,2); }
td.TdClassName
{
border-color: #5DC602;
}
.TagClassName
{
border-color: #5DC602;
}
</style>