Shades of Kelly Green #5FD122
Tints of Kelly Green #5FD122
RGB
CMYK
RGB Variations
Color information
#5FD122 (or 0x5FD122) is known color: Kelly Green. HEX triplet: 5F, D1 and 22. RGB value is (95,209,34). Sum of RGB (Red+Green+Blue) = 95+209+34=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD122 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD122 is #A02EDD. Grayscale: #9B9B9B. Windows color (decimal): -10497758 or 2281823. OLE color: 2281823.
HSL color Cylindrical-coordinate representation of color #5FD122: hue angle of 99.09º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FD122 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 34 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.18 |
| HSL | 99.09º | 0.72% | 0.48% | - |
| HSV(B) | 99.09º | 0.84% | 0.82% | - |
| XYZ | 27.81 | 48.15 | 9.34 | - |
| YUV | 154.96 | 59.73 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 34 | 0.55 | 0 | 0.84 | 0.18 | 99.09 | 0.72 | 0.48 |
| Hex | 5F | D1 | 22 | 37 | 0 | 54 | 12 | 63 | 48 | 30 |
| Octal | 137 | 321 | 42 | 67 | 0 | 124 | 22 | 143 | 110 | 60 |
| Binary | 1011111 | 11010001 | 100010 | 110111 | 0 | 1010100 | 10010 | 1100011 | 1001000 | 110000 |
Color Harmonies of #5FD122
Complementary color
Monochromatic Colors of #5FD122
Black with #5FD122
Text Example
Text Example
White with #5FD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD122; }
p { color: rgb(95,209,34); }
H1.HeaderClassName
{
color: #5FD122;
}
.AnyTagClassName
{
color: #5FD122;
}
</style>
background-color css
<style>
a { background-color: #5FD122; }
a { background-color: rgb(95,209,34); }
div.DivClassName
{
background-color: #5FD122;
}
.BgClassName
{
background-color: #5FD122;
}
</style>
border-color css
<style>
span { border-color: #5FD122; }
span { border-color: rgb(95,209,34); }
td.TdClassName
{
border-color: #5FD122;
}
.TagClassName
{
border-color: #5FD122;
}
</style>