Shades of Kelly Green #5DD51D
Tints of Kelly Green #5DD51D
RGB
CMYK
RGB Variations
Color information
#5DD51D (or 0x5DD51D) is known color: Kelly Green. HEX triplet: 5D, D5 and 1D. RGB value is (93,213,29). Sum of RGB (Red+Green+Blue) = 93+213+29=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD51D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD51D is #A22AE2. Grayscale: #9C9C9C. Windows color (decimal): -10627811 or 1955165. OLE color: 1955165.
HSL color Cylindrical-coordinate representation of color #5DD51D: hue angle of 99.13º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DD51D is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 213 | 29 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.16 |
| HSL | 99.13º | 0.76% | 0.47% | - |
| HSV(B) | 99.13º | 0.86% | 0.84% | - |
| XYZ | 28.53 | 50 | 9.31 | - |
| YUV | 156.14 | 56.24 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 29 | 0.56 | 0 | 0.86 | 0.16 | 99.13 | 0.76 | 0.47 |
| Hex | 5D | D5 | 1D | 38 | 0 | 56 | 10 | 63 | 4C | 2F |
| Octal | 135 | 325 | 35 | 70 | 0 | 126 | 20 | 143 | 114 | 57 |
| Binary | 1011101 | 11010101 | 11101 | 111000 | 0 | 1010110 | 10000 | 1100011 | 1001100 | 101111 |
Color Harmonies of #5DD51D
Complementary color
Monochromatic Colors of #5DD51D
Black with #5DD51D
Text Example
Text Example
White with #5DD51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD51D; }
p { color: rgb(93,213,29); }
H1.HeaderClassName
{
color: #5DD51D;
}
.AnyTagClassName
{
color: #5DD51D;
}
</style>
background-color css
<style>
a { background-color: #5DD51D; }
a { background-color: rgb(93,213,29); }
div.DivClassName
{
background-color: #5DD51D;
}
.BgClassName
{
background-color: #5DD51D;
}
</style>
border-color css
<style>
span { border-color: #5DD51D; }
span { border-color: rgb(93,213,29); }
td.TdClassName
{
border-color: #5DD51D;
}
.TagClassName
{
border-color: #5DD51D;
}
</style>