Shades of Kelly Green #5FDD28
Tints of Kelly Green #5FDD28
RGB
CMYK
RGB Variations
Color information
#5FDD28 (or 0x5FDD28) is known color: Kelly Green. HEX triplet: 5F, DD and 28. RGB value is (95,221,40). Sum of RGB (Red+Green+Blue) = 95+221+40=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDD28 is #A022D7. Grayscale: #A3A3A3. Windows color (decimal): -10494680 or 2678111. OLE color: 2678111.
HSL color Cylindrical-coordinate representation of color #5FDD28: hue angle of 101.77º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FDD28 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 40 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.13 |
| HSL | 101.77º | 0.73% | 0.51% | - |
| HSV(B) | 101.77º | 0.82% | 0.87% | - |
| XYZ | 30.96 | 54.3 | 10.86 | - |
| YUV | 162.69 | 58.76 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 40 | 0.57 | 0 | 0.82 | 0.13 | 101.77 | 0.73 | 0.51 |
| Hex | 5F | DD | 28 | 39 | 0 | 52 | D | 66 | 49 | 33 |
| Octal | 137 | 335 | 50 | 71 | 0 | 122 | 15 | 146 | 111 | 63 |
| Binary | 1011111 | 11011101 | 101000 | 111001 | 0 | 1010010 | 1101 | 1100110 | 1001001 | 110011 |
Color Harmonies of #5FDD28
Complementary color
Monochromatic Colors of #5FDD28
Black with #5FDD28
Text Example
Text Example
White with #5FDD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD28; }
p { color: rgb(95,221,40); }
H1.HeaderClassName
{
color: #5FDD28;
}
.AnyTagClassName
{
color: #5FDD28;
}
</style>
background-color css
<style>
a { background-color: #5FDD28; }
a { background-color: rgb(95,221,40); }
div.DivClassName
{
background-color: #5FDD28;
}
.BgClassName
{
background-color: #5FDD28;
}
</style>
border-color css
<style>
span { border-color: #5FDD28; }
span { border-color: rgb(95,221,40); }
td.TdClassName
{
border-color: #5FDD28;
}
.TagClassName
{
border-color: #5FDD28;
}
</style>