Shades of Kelly Green #5FC028
Tints of Kelly Green #5FC028
RGB
CMYK
RGB Variations
Color information
#5FC028 (or 0x5FC028) is known color: Kelly Green. HEX triplet: 5F, C0 and 28. RGB value is (95,192,40). Sum of RGB (Red+Green+Blue) = 95+192+40=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC028 is #A03FD7. Grayscale: #929292. Windows color (decimal): -10502104 or 2670687. OLE color: 2670687.
HSL color Cylindrical-coordinate representation of color #5FC028: hue angle of 98.29º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FC028 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 40 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.25 |
| HSL | 98.29º | 0.66% | 0.45% | - |
| HSV(B) | 98.29º | 0.79% | 0.75% | - |
| XYZ | 23.95 | 40.29 | 8.52 | - |
| YUV | 145.67 | 68.36 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 40 | 0.51 | 0 | 0.79 | 0.25 | 98.29 | 0.66 | 0.45 |
| Hex | 5F | C0 | 28 | 33 | 0 | 4F | 19 | 62 | 42 | 2D |
| Octal | 137 | 300 | 50 | 63 | 0 | 117 | 31 | 142 | 102 | 55 |
| Binary | 1011111 | 11000000 | 101000 | 110011 | 0 | 1001111 | 11001 | 1100010 | 1000010 | 101101 |
Color Harmonies of #5FC028
Complementary color
Monochromatic Colors of #5FC028
Black with #5FC028
Text Example
Text Example
White with #5FC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC028; }
p { color: rgb(95,192,40); }
H1.HeaderClassName
{
color: #5FC028;
}
.AnyTagClassName
{
color: #5FC028;
}
</style>
background-color css
<style>
a { background-color: #5FC028; }
a { background-color: rgb(95,192,40); }
div.DivClassName
{
background-color: #5FC028;
}
.BgClassName
{
background-color: #5FC028;
}
</style>
border-color css
<style>
span { border-color: #5FC028; }
span { border-color: rgb(95,192,40); }
td.TdClassName
{
border-color: #5FC028;
}
.TagClassName
{
border-color: #5FC028;
}
</style>