Shades of Kelly Green #5FD726
Tints of Kelly Green #5FD726
RGB
CMYK
RGB Variations
Color information
#5FD726 (or 0x5FD726) is known color: Kelly Green. HEX triplet: 5F, D7 and 26. RGB value is (95,215,38). Sum of RGB (Red+Green+Blue) = 95+215+38=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD726 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD726 is #A028D9. Grayscale: #9F9F9F. Windows color (decimal): -10496218 or 2545503. OLE color: 2545503.
HSL color Cylindrical-coordinate representation of color #5FD726: hue angle of 100.68º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FD726 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 38 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.16 |
| HSL | 100.68º | 0.7% | 0.5% | - |
| HSV(B) | 100.68º | 0.82% | 0.84% | - |
| XYZ | 29.37 | 51.17 | 10.16 | - |
| YUV | 158.94 | 59.74 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 38 | 0.56 | 0 | 0.82 | 0.16 | 100.68 | 0.7 | 0.5 |
| Hex | 5F | D7 | 26 | 38 | 0 | 52 | 10 | 65 | 46 | 32 |
| Octal | 137 | 327 | 46 | 70 | 0 | 122 | 20 | 145 | 106 | 62 |
| Binary | 1011111 | 11010111 | 100110 | 111000 | 0 | 1010010 | 10000 | 1100101 | 1000110 | 110010 |
Color Harmonies of #5FD726
Complementary color
Monochromatic Colors of #5FD726
Black with #5FD726
Text Example
Text Example
White with #5FD726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD726; }
p { color: rgb(95,215,38); }
H1.HeaderClassName
{
color: #5FD726;
}
.AnyTagClassName
{
color: #5FD726;
}
</style>
background-color css
<style>
a { background-color: #5FD726; }
a { background-color: rgb(95,215,38); }
div.DivClassName
{
background-color: #5FD726;
}
.BgClassName
{
background-color: #5FD726;
}
</style>
border-color css
<style>
span { border-color: #5FD726; }
span { border-color: rgb(95,215,38); }
td.TdClassName
{
border-color: #5FD726;
}
.TagClassName
{
border-color: #5FD726;
}
</style>