Shades of Kelly Green #5DD92A
Tints of Kelly Green #5DD92A
RGB
CMYK
RGB Variations
Color information
#5DD92A (or 0x5DD92A) is known color: Kelly Green. HEX triplet: 5D, D9 and 2A. RGB value is (93,217,42). Sum of RGB (Red+Green+Blue) = 93+217+42=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD92A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD92A is #A226D5. Grayscale: #A0A0A0. Windows color (decimal): -10626774 or 2808157. OLE color: 2808157.
HSL color Cylindrical-coordinate representation of color #5DD92A: hue angle of 102.51º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5DD92A is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 42 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.15 |
| HSL | 102.51º | 0.7% | 0.51% | - |
| HSV(B) | 102.51º | 0.81% | 0.85% | - |
| XYZ | 29.74 | 52.12 | 10.68 | - |
| YUV | 159.97 | 61.42 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 42 | 0.57 | 0 | 0.81 | 0.15 | 102.51 | 0.7 | 0.51 |
| Hex | 5D | D9 | 2A | 39 | 0 | 51 | F | 67 | 46 | 33 |
| Octal | 135 | 331 | 52 | 71 | 0 | 121 | 17 | 147 | 106 | 63 |
| Binary | 1011101 | 11011001 | 101010 | 111001 | 0 | 1010001 | 1111 | 1100111 | 1000110 | 110011 |
Color Harmonies of #5DD92A
Complementary color
Monochromatic Colors of #5DD92A
Black with #5DD92A
Text Example
Text Example
White with #5DD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD92A; }
p { color: rgb(93,217,42); }
H1.HeaderClassName
{
color: #5DD92A;
}
.AnyTagClassName
{
color: #5DD92A;
}
</style>
background-color css
<style>
a { background-color: #5DD92A; }
a { background-color: rgb(93,217,42); }
div.DivClassName
{
background-color: #5DD92A;
}
.BgClassName
{
background-color: #5DD92A;
}
</style>
border-color css
<style>
span { border-color: #5DD92A; }
span { border-color: rgb(93,217,42); }
td.TdClassName
{
border-color: #5DD92A;
}
.TagClassName
{
border-color: #5DD92A;
}
</style>