Shades of Kelly Green #5FB428
Tints of Kelly Green #5FB428
RGB
CMYK
RGB Variations
Color information
#5FB428 (or 0x5FB428) is known color: Kelly Green. HEX triplet: 5F, B4 and 28. RGB value is (95,180,40). Sum of RGB (Red+Green+Blue) = 95+180+40=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB428 is #A04BD7. Grayscale: #8B8B8B. Windows color (decimal): -10505176 or 2667615. OLE color: 2667615.
HSL color Cylindrical-coordinate representation of color #5FB428: hue angle of 96.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FB428 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 180 | 40 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.29 |
| HSL | 96.43º | 0.64% | 0.43% | - |
| HSV(B) | 96.43º | 0.78% | 0.71% | - |
| XYZ | 21.42 | 35.23 | 7.68 | - |
| YUV | 138.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 40 | 0.47 | 0 | 0.78 | 0.29 | 96.43 | 0.64 | 0.43 |
| Hex | 5F | B4 | 28 | 2F | 0 | 4E | 1D | 60 | 40 | 2B |
| Octal | 137 | 264 | 50 | 57 | 0 | 116 | 35 | 140 | 100 | 53 |
| Binary | 1011111 | 10110100 | 101000 | 101111 | 0 | 1001110 | 11101 | 1100000 | 1000000 | 101011 |
Color Harmonies of #5FB428
Complementary color
Monochromatic Colors of #5FB428
Black with #5FB428
Text Example
Text Example
White with #5FB428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB428; }
p { color: rgb(95,180,40); }
H1.HeaderClassName
{
color: #5FB428;
}
.AnyTagClassName
{
color: #5FB428;
}
</style>
background-color css
<style>
a { background-color: #5FB428; }
a { background-color: rgb(95,180,40); }
div.DivClassName
{
background-color: #5FB428;
}
.BgClassName
{
background-color: #5FB428;
}
</style>
border-color css
<style>
span { border-color: #5FB428; }
span { border-color: rgb(95,180,40); }
td.TdClassName
{
border-color: #5FB428;
}
.TagClassName
{
border-color: #5FB428;
}
</style>