Shades of Kelly Green #5DC02D
Tints of Kelly Green #5DC02D
RGB
CMYK
RGB Variations
Color information
#5DC02D (or 0x5DC02D) is known color: Kelly Green. HEX triplet: 5D, C0 and 2D. RGB value is (93,192,45). Sum of RGB (Red+Green+Blue) = 93+192+45=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC02D is #A23FD2. Grayscale: #929292. Windows color (decimal): -10633171 or 2998365. OLE color: 2998365.
HSL color Cylindrical-coordinate representation of color #5DC02D: hue angle of 100.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DC02D is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 45 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.25 |
| HSL | 100.41º | 0.62% | 0.46% | - |
| HSV(B) | 100.41º | 0.77% | 0.75% | - |
| XYZ | 23.84 | 40.22 | 8.99 | - |
| YUV | 145.64 | 71.2 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 45 | 0.52 | 0 | 0.77 | 0.25 | 100.41 | 0.62 | 0.46 |
| Hex | 5D | C0 | 2D | 34 | 0 | 4D | 19 | 64 | 3E | 2E |
| Octal | 135 | 300 | 55 | 64 | 0 | 115 | 31 | 144 | 76 | 56 |
| Binary | 1011101 | 11000000 | 101101 | 110100 | 0 | 1001101 | 11001 | 1100100 | 111110 | 101110 |
Color Harmonies of #5DC02D
Complementary color
Monochromatic Colors of #5DC02D
Black with #5DC02D
Text Example
Text Example
White with #5DC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC02D; }
p { color: rgb(93,192,45); }
H1.HeaderClassName
{
color: #5DC02D;
}
.AnyTagClassName
{
color: #5DC02D;
}
</style>
background-color css
<style>
a { background-color: #5DC02D; }
a { background-color: rgb(93,192,45); }
div.DivClassName
{
background-color: #5DC02D;
}
.BgClassName
{
background-color: #5DC02D;
}
</style>
border-color css
<style>
span { border-color: #5DC02D; }
span { border-color: rgb(93,192,45); }
td.TdClassName
{
border-color: #5DC02D;
}
.TagClassName
{
border-color: #5DC02D;
}
</style>