Shades of Kelly Green #5FDD1C
Tints of Kelly Green #5FDD1C
RGB
CMYK
RGB Variations
Color information
#5FDD1C (or 0x5FDD1C) is known color: Kelly Green. HEX triplet: 5F, DD and 1C. RGB value is (95,221,28). Sum of RGB (Red+Green+Blue) = 95+221+28=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDD1C is #A022E3. Grayscale: #A1A1A1. Windows color (decimal): -10494692 or 1891679. OLE color: 1891679.
HSL color Cylindrical-coordinate representation of color #5FDD1C: hue angle of 99.17º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FDD1C is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 28 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.13 |
| HSL | 99.17º | 0.78% | 0.49% | - |
| HSV(B) | 99.17º | 0.87% | 0.87% | - |
| XYZ | 30.79 | 54.23 | 9.94 | - |
| YUV | 161.32 | 52.76 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 28 | 0.57 | 0 | 0.87 | 0.13 | 99.17 | 0.78 | 0.49 |
| Hex | 5F | DD | 1C | 39 | 0 | 57 | D | 63 | 4E | 31 |
| Octal | 137 | 335 | 34 | 71 | 0 | 127 | 15 | 143 | 116 | 61 |
| Binary | 1011111 | 11011101 | 11100 | 111001 | 0 | 1010111 | 1101 | 1100011 | 1001110 | 110001 |
Color Harmonies of #5FDD1C
Complementary color
Monochromatic Colors of #5FDD1C
Black with #5FDD1C
Text Example
Text Example
White with #5FDD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD1C; }
p { color: rgb(95,221,28); }
H1.HeaderClassName
{
color: #5FDD1C;
}
.AnyTagClassName
{
color: #5FDD1C;
}
</style>
background-color css
<style>
a { background-color: #5FDD1C; }
a { background-color: rgb(95,221,28); }
div.DivClassName
{
background-color: #5FDD1C;
}
.BgClassName
{
background-color: #5FDD1C;
}
</style>
border-color css
<style>
span { border-color: #5FDD1C; }
span { border-color: rgb(95,221,28); }
td.TdClassName
{
border-color: #5FDD1C;
}
.TagClassName
{
border-color: #5FDD1C;
}
</style>