Shades of Kelly Green #5DD60B
Tints of Kelly Green #5DD60B
RGB
CMYK
RGB Variations
Color information
#5DD60B (or 0x5DD60B) is known color: Kelly Green. HEX triplet: 5D, D6 and 0B. RGB value is (93,214,11). Sum of RGB (Red+Green+Blue) = 93+214+11=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 214 (83.98% from 255 or 67.30% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD60B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD60B is #A229F4. Grayscale: #9B9B9B. Windows color (decimal): -10627573 or 775773. OLE color: 775773.
HSL color Cylindrical-coordinate representation of color #5DD60B: hue angle of 95.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DD60B is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 11 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.16 |
| HSL | 95.76º | 0.9% | 0.44% | - |
| HSV(B) | 95.76º | 0.95% | 0.84% | - |
| XYZ | 28.62 | 50.44 | 8.54 | - |
| YUV | 154.68 | 46.91 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 11 | 0.57 | 0 | 0.95 | 0.16 | 95.76 | 0.9 | 0.44 |
| Hex | 5D | D6 | B | 39 | 0 | 5F | 10 | 60 | 5A | 2C |
| Octal | 135 | 326 | 13 | 71 | 0 | 137 | 20 | 140 | 132 | 54 |
| Binary | 1011101 | 11010110 | 1011 | 111001 | 0 | 1011111 | 10000 | 1100000 | 1011010 | 101100 |
Color Harmonies of #5DD60B
Complementary color
Monochromatic Colors of #5DD60B
Black with #5DD60B
Text Example
Text Example
White with #5DD60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD60B; }
p { color: rgb(93,214,11); }
H1.HeaderClassName
{
color: #5DD60B;
}
.AnyTagClassName
{
color: #5DD60B;
}
</style>
background-color css
<style>
a { background-color: #5DD60B; }
a { background-color: rgb(93,214,11); }
div.DivClassName
{
background-color: #5DD60B;
}
.BgClassName
{
background-color: #5DD60B;
}
</style>
border-color css
<style>
span { border-color: #5DD60B; }
span { border-color: rgb(93,214,11); }
td.TdClassName
{
border-color: #5DD60B;
}
.TagClassName
{
border-color: #5DD60B;
}
</style>