Shades of Kelly Green #5DDC12
Tints of Kelly Green #5DDC12
RGB
CMYK
RGB Variations
Color information
#5DDC12 (or 0x5DDC12) is known color: Kelly Green. HEX triplet: 5D, DC and 12. RGB value is (93,220,18). Sum of RGB (Red+Green+Blue) = 93+220+18=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDC12 is #A223ED. Grayscale: #9F9F9F. Windows color (decimal): -10626030 or 1236061. OLE color: 1236061.
HSL color Cylindrical-coordinate representation of color #5DDC12: hue angle of 97.72º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DDC12 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 18 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.14 |
| HSL | 97.72º | 0.85% | 0.47% | - |
| HSV(B) | 97.72º | 0.92% | 0.86% | - |
| XYZ | 30.22 | 53.56 | 9.32 | - |
| YUV | 159 | 48.42 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 18 | 0.58 | 0 | 0.92 | 0.14 | 97.72 | 0.85 | 0.47 |
| Hex | 5D | DC | 12 | 3A | 0 | 5C | E | 62 | 55 | 2F |
| Octal | 135 | 334 | 22 | 72 | 0 | 134 | 16 | 142 | 125 | 57 |
| Binary | 1011101 | 11011100 | 10010 | 111010 | 0 | 1011100 | 1110 | 1100010 | 1010101 | 101111 |
Color Harmonies of #5DDC12
Complementary color
Monochromatic Colors of #5DDC12
Black with #5DDC12
Text Example
Text Example
White with #5DDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC12; }
p { color: rgb(93,220,18); }
H1.HeaderClassName
{
color: #5DDC12;
}
.AnyTagClassName
{
color: #5DDC12;
}
</style>
background-color css
<style>
a { background-color: #5DDC12; }
a { background-color: rgb(93,220,18); }
div.DivClassName
{
background-color: #5DDC12;
}
.BgClassName
{
background-color: #5DDC12;
}
</style>
border-color css
<style>
span { border-color: #5DDC12; }
span { border-color: rgb(93,220,18); }
td.TdClassName
{
border-color: #5DDC12;
}
.TagClassName
{
border-color: #5DDC12;
}
</style>