Shades of Kelly Green #5DD613
Tints of Kelly Green #5DD613
RGB
CMYK
RGB Variations
Color information
#5DD613 (or 0x5DD613) is known color: Kelly Green. HEX triplet: 5D, D6 and 13. RGB value is (93,214,19). Sum of RGB (Red+Green+Blue) = 93+214+19=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD613 is #A229EC. Grayscale: #9C9C9C. Windows color (decimal): -10627565 or 1300061. OLE color: 1300061.
HSL color Cylindrical-coordinate representation of color #5DD613: hue angle of 97.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5DD613 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 19 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.16 |
| HSL | 97.23º | 0.84% | 0.46% | - |
| HSV(B) | 97.23º | 0.91% | 0.84% | - |
| XYZ | 28.68 | 50.47 | 8.85 | - |
| YUV | 155.59 | 50.91 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 19 | 0.57 | 0 | 0.91 | 0.16 | 97.23 | 0.84 | 0.46 |
| Hex | 5D | D6 | 13 | 39 | 0 | 5B | 10 | 61 | 54 | 2E |
| Octal | 135 | 326 | 23 | 71 | 0 | 133 | 20 | 141 | 124 | 56 |
| Binary | 1011101 | 11010110 | 10011 | 111001 | 0 | 1011011 | 10000 | 1100001 | 1010100 | 101110 |
Color Harmonies of #5DD613
Complementary color
Monochromatic Colors of #5DD613
Black with #5DD613
Text Example
Text Example
White with #5DD613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD613; }
p { color: rgb(93,214,19); }
H1.HeaderClassName
{
color: #5DD613;
}
.AnyTagClassName
{
color: #5DD613;
}
</style>
background-color css
<style>
a { background-color: #5DD613; }
a { background-color: rgb(93,214,19); }
div.DivClassName
{
background-color: #5DD613;
}
.BgClassName
{
background-color: #5DD613;
}
</style>
border-color css
<style>
span { border-color: #5DD613; }
span { border-color: rgb(93,214,19); }
td.TdClassName
{
border-color: #5DD613;
}
.TagClassName
{
border-color: #5DD613;
}
</style>