Shades of Kelly Green #5FDF22
Tints of Kelly Green #5FDF22
RGB
CMYK
RGB Variations
Color information
#5FDF22 (or 0x5FDF22) is known color: Kelly Green. HEX triplet: 5F, DF and 22. RGB value is (95,223,34). Sum of RGB (Red+Green+Blue) = 95+223+34=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDF22 is #A020DD. Grayscale: #A3A3A3. Windows color (decimal): -10494174 or 2285407. OLE color: 2285407.
HSL color Cylindrical-coordinate representation of color #5FDF22: hue angle of 100.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FDF22 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 34 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.13 |
| HSL | 100.63º | 0.75% | 0.5% | - |
| HSV(B) | 100.63º | 0.85% | 0.87% | - |
| XYZ | 31.4 | 55.32 | 10.54 | - |
| YUV | 163.18 | 55.09 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 34 | 0.57 | 0 | 0.85 | 0.13 | 100.63 | 0.75 | 0.5 |
| Hex | 5F | DF | 22 | 39 | 0 | 55 | D | 65 | 4B | 32 |
| Octal | 137 | 337 | 42 | 71 | 0 | 125 | 15 | 145 | 113 | 62 |
| Binary | 1011111 | 11011111 | 100010 | 111001 | 0 | 1010101 | 1101 | 1100101 | 1001011 | 110010 |
Color Harmonies of #5FDF22
Complementary color
Monochromatic Colors of #5FDF22
Black with #5FDF22
Text Example
Text Example
White with #5FDF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDF22; }
p { color: rgb(95,223,34); }
H1.HeaderClassName
{
color: #5FDF22;
}
.AnyTagClassName
{
color: #5FDF22;
}
</style>
background-color css
<style>
a { background-color: #5FDF22; }
a { background-color: rgb(95,223,34); }
div.DivClassName
{
background-color: #5FDF22;
}
.BgClassName
{
background-color: #5FDF22;
}
</style>
border-color css
<style>
span { border-color: #5FDF22; }
span { border-color: rgb(95,223,34); }
td.TdClassName
{
border-color: #5FDF22;
}
.TagClassName
{
border-color: #5FDF22;
}
</style>