Shades of Kelly Green #5DDC2F
Tints of Kelly Green #5DDC2F
RGB
CMYK
RGB Variations
Color information
#5DDC2F (or 0x5DDC2F) is known color: Kelly Green. HEX triplet: 5D, DC and 2F. RGB value is (93,220,47). Sum of RGB (Red+Green+Blue) = 93+220+47=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDC2F is #A223D0. Grayscale: #A2A2A2. Windows color (decimal): -10626001 or 3136605. OLE color: 3136605.
HSL color Cylindrical-coordinate representation of color #5DDC2F: hue angle of 104.05º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DDC2F is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 47 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.14 |
| HSL | 104.05º | 0.71% | 0.52% | - |
| HSV(B) | 104.05º | 0.79% | 0.86% | - |
| XYZ | 30.62 | 53.72 | 11.44 | - |
| YUV | 162.31 | 62.92 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 47 | 0.58 | 0 | 0.79 | 0.14 | 104.05 | 0.71 | 0.52 |
| Hex | 5D | DC | 2F | 3A | 0 | 4F | E | 68 | 47 | 34 |
| Octal | 135 | 334 | 57 | 72 | 0 | 117 | 16 | 150 | 107 | 64 |
| Binary | 1011101 | 11011100 | 101111 | 111010 | 0 | 1001111 | 1110 | 1101000 | 1000111 | 110100 |
Color Harmonies of #5DDC2F
Complementary color
Monochromatic Colors of #5DDC2F
Black with #5DDC2F
Text Example
Text Example
White with #5DDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC2F; }
p { color: rgb(93,220,47); }
H1.HeaderClassName
{
color: #5DDC2F;
}
.AnyTagClassName
{
color: #5DDC2F;
}
</style>
background-color css
<style>
a { background-color: #5DDC2F; }
a { background-color: rgb(93,220,47); }
div.DivClassName
{
background-color: #5DDC2F;
}
.BgClassName
{
background-color: #5DDC2F;
}
</style>
border-color css
<style>
span { border-color: #5DDC2F; }
span { border-color: rgb(93,220,47); }
td.TdClassName
{
border-color: #5DDC2F;
}
.TagClassName
{
border-color: #5DDC2F;
}
</style>