Shades of Kelly Green #5DD62B
Tints of Kelly Green #5DD62B
RGB
CMYK
RGB Variations
Color information
#5DD62B (or 0x5DD62B) is known color: Kelly Green. HEX triplet: 5D, D6 and 2B. RGB value is (93,214,43). Sum of RGB (Red+Green+Blue) = 93+214+43=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD62B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD62B is #A229D4. Grayscale: #9E9E9E. Windows color (decimal): -10627541 or 2872925. OLE color: 2872925.
HSL color Cylindrical-coordinate representation of color #5DD62B: hue angle of 102.46º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DD62B is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 43 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.16 |
| HSL | 102.46º | 0.68% | 0.5% | - |
| HSV(B) | 102.46º | 0.8% | 0.84% | - |
| XYZ | 29 | 50.59 | 10.52 | - |
| YUV | 158.33 | 62.91 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 43 | 0.57 | 0 | 0.80 | 0.16 | 102.46 | 0.68 | 0.5 |
| Hex | 5D | D6 | 2B | 39 | 0 | 50 | 10 | 66 | 44 | 32 |
| Octal | 135 | 326 | 53 | 71 | 0 | 120 | 20 | 146 | 104 | 62 |
| Binary | 1011101 | 11010110 | 101011 | 111001 | 0 | 1010000 | 10000 | 1100110 | 1000100 | 110010 |
Color Harmonies of #5DD62B
Complementary color
Monochromatic Colors of #5DD62B
Black with #5DD62B
Text Example
Text Example
White with #5DD62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD62B; }
p { color: rgb(93,214,43); }
H1.HeaderClassName
{
color: #5DD62B;
}
.AnyTagClassName
{
color: #5DD62B;
}
</style>
background-color css
<style>
a { background-color: #5DD62B; }
a { background-color: rgb(93,214,43); }
div.DivClassName
{
background-color: #5DD62B;
}
.BgClassName
{
background-color: #5DD62B;
}
</style>
border-color css
<style>
span { border-color: #5DD62B; }
span { border-color: rgb(93,214,43); }
td.TdClassName
{
border-color: #5DD62B;
}
.TagClassName
{
border-color: #5DD62B;
}
</style>