Shades of Kelly Green #5DB62A
Tints of Kelly Green #5DB62A
RGB
CMYK
RGB Variations
Color information
#5DB62A (or 0x5DB62A) is known color: Kelly Green. HEX triplet: 5D, B6 and 2A. RGB value is (93,182,42). Sum of RGB (Red+Green+Blue) = 93+182+42=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #5DB62A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB62A is #A249D5. Grayscale: #8B8B8B. Windows color (decimal): -10635734 or 2799197. OLE color: 2799197.
HSL color Cylindrical-coordinate representation of color #5DB62A: hue angle of 98.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DB62A is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 182 | 42 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.29 |
| HSL | 98.14º | 0.63% | 0.44% | - |
| HSV(B) | 98.14º | 0.77% | 0.71% | - |
| XYZ | 21.66 | 35.95 | 7.99 | - |
| YUV | 139.43 | 73.01 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 42 | 0.49 | 0 | 0.77 | 0.29 | 98.14 | 0.63 | 0.44 |
| Hex | 5D | B6 | 2A | 31 | 0 | 4D | 1D | 62 | 3E | 2C |
| Octal | 135 | 266 | 52 | 61 | 0 | 115 | 35 | 142 | 76 | 54 |
| Binary | 1011101 | 10110110 | 101010 | 110001 | 0 | 1001101 | 11101 | 1100010 | 111110 | 101100 |
Color Harmonies of #5DB62A
Complementary color
Monochromatic Colors of #5DB62A
Black with #5DB62A
Text Example
Text Example
White with #5DB62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB62A; }
p { color: rgb(93,182,42); }
H1.HeaderClassName
{
color: #5DB62A;
}
.AnyTagClassName
{
color: #5DB62A;
}
</style>
background-color css
<style>
a { background-color: #5DB62A; }
a { background-color: rgb(93,182,42); }
div.DivClassName
{
background-color: #5DB62A;
}
.BgClassName
{
background-color: #5DB62A;
}
</style>
border-color css
<style>
span { border-color: #5DB62A; }
span { border-color: rgb(93,182,42); }
td.TdClassName
{
border-color: #5DB62A;
}
.TagClassName
{
border-color: #5DB62A;
}
</style>