Shades of Kelly Green #5FE428
Tints of Kelly Green #5FE428
RGB
CMYK
RGB Variations
Color information
#5FE428 (or 0x5FE428) is known color: Kelly Green. HEX triplet: 5F, E4 and 28. RGB value is (95,228,40). Sum of RGB (Red+Green+Blue) = 95+228+40=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 228 (89.45% from 255 or 62.81% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE428 is #A01BD7. Grayscale: #A7A7A7. Windows color (decimal): -10492888 or 2679903. OLE color: 2679903.
HSL color Cylindrical-coordinate representation of color #5FE428: hue angle of 102.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FE428 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 40 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.11 |
| HSL | 102.45º | 0.78% | 0.53% | - |
| HSV(B) | 102.45º | 0.82% | 0.89% | - |
| XYZ | 32.85 | 58.07 | 11.49 | - |
| YUV | 166.8 | 56.44 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 40 | 0.58 | 0 | 0.82 | 0.11 | 102.45 | 0.78 | 0.53 |
| Hex | 5F | E4 | 28 | 3A | 0 | 52 | B | 66 | 4E | 35 |
| Octal | 137 | 344 | 50 | 72 | 0 | 122 | 13 | 146 | 116 | 65 |
| Binary | 1011111 | 11100100 | 101000 | 111010 | 0 | 1010010 | 1011 | 1100110 | 1001110 | 110101 |
Color Harmonies of #5FE428
Complementary color
Monochromatic Colors of #5FE428
Black with #5FE428
Text Example
Text Example
White with #5FE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE428; }
p { color: rgb(95,228,40); }
H1.HeaderClassName
{
color: #5FE428;
}
.AnyTagClassName
{
color: #5FE428;
}
</style>
background-color css
<style>
a { background-color: #5FE428; }
a { background-color: rgb(95,228,40); }
div.DivClassName
{
background-color: #5FE428;
}
.BgClassName
{
background-color: #5FE428;
}
</style>
border-color css
<style>
span { border-color: #5FE428; }
span { border-color: rgb(95,228,40); }
td.TdClassName
{
border-color: #5FE428;
}
.TagClassName
{
border-color: #5FE428;
}
</style>