Shades of Kelly Green #5DC202
Tints of Kelly Green #5DC202
RGB
CMYK
RGB Variations
Color information
#5DC202 (or 0x5DC202) is known color: Kelly Green. HEX triplet: 5D, C2 and 02. RGB value is (93,194,2). Sum of RGB (Red+Green+Blue) = 93+194+2=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC202 is #A23DFD. Grayscale: #8E8E8E. Windows color (decimal): -10632702 or 180829. OLE color: 180829.
HSL color Cylindrical-coordinate representation of color #5DC202: hue angle of 91.56º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DC202 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.24 |
| HSL | 91.56º | 0.98% | 0.38% | - |
| HSV(B) | 91.56º | 0.99% | 0.76% | - |
| XYZ | 23.82 | 40.92 | 6.7 | - |
| YUV | 141.91 | 49.04 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 2 | 0.52 | 0 | 0.99 | 0.24 | 91.56 | 0.98 | 0.38 |
| Hex | 5D | C2 | 2 | 34 | 0 | 63 | 18 | 5C | 62 | 26 |
| Octal | 135 | 302 | 2 | 64 | 0 | 143 | 30 | 134 | 142 | 46 |
| Binary | 1011101 | 11000010 | 10 | 110100 | 0 | 1100011 | 11000 | 1011100 | 1100010 | 100110 |
Color Harmonies of #5DC202
Complementary color
Monochromatic Colors of #5DC202
Black with #5DC202
Text Example
Text Example
White with #5DC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC202; }
p { color: rgb(93,194,2); }
H1.HeaderClassName
{
color: #5DC202;
}
.AnyTagClassName
{
color: #5DC202;
}
</style>
background-color css
<style>
a { background-color: #5DC202; }
a { background-color: rgb(93,194,2); }
div.DivClassName
{
background-color: #5DC202;
}
.BgClassName
{
background-color: #5DC202;
}
</style>
border-color css
<style>
span { border-color: #5DC202; }
span { border-color: rgb(93,194,2); }
td.TdClassName
{
border-color: #5DC202;
}
.TagClassName
{
border-color: #5DC202;
}
</style>