Shades of Kelly Green #5FC128
Tints of Kelly Green #5FC128
RGB
CMYK
RGB Variations
Color information
#5FC128 (or 0x5FC128) is known color: Kelly Green. HEX triplet: 5F, C1 and 28. RGB value is (95,193,40). Sum of RGB (Red+Green+Blue) = 95+193+40=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC128 is #A03ED7. Grayscale: #929292. Windows color (decimal): -10501848 or 2670943. OLE color: 2670943.
HSL color Cylindrical-coordinate representation of color #5FC128: hue angle of 98.43º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FC128 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 40 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.24 |
| HSL | 98.43º | 0.66% | 0.46% | - |
| HSV(B) | 98.43º | 0.79% | 0.76% | - |
| XYZ | 24.17 | 40.73 | 8.59 | - |
| YUV | 146.26 | 68.03 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 40 | 0.51 | 0 | 0.79 | 0.24 | 98.43 | 0.66 | 0.46 |
| Hex | 5F | C1 | 28 | 33 | 0 | 4F | 18 | 62 | 42 | 2E |
| Octal | 137 | 301 | 50 | 63 | 0 | 117 | 30 | 142 | 102 | 56 |
| Binary | 1011111 | 11000001 | 101000 | 110011 | 0 | 1001111 | 11000 | 1100010 | 1000010 | 101110 |
Color Harmonies of #5FC128
Complementary color
Monochromatic Colors of #5FC128
Black with #5FC128
Text Example
Text Example
White with #5FC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC128; }
p { color: rgb(95,193,40); }
H1.HeaderClassName
{
color: #5FC128;
}
.AnyTagClassName
{
color: #5FC128;
}
</style>
background-color css
<style>
a { background-color: #5FC128; }
a { background-color: rgb(95,193,40); }
div.DivClassName
{
background-color: #5FC128;
}
.BgClassName
{
background-color: #5FC128;
}
</style>
border-color css
<style>
span { border-color: #5FC128; }
span { border-color: rgb(95,193,40); }
td.TdClassName
{
border-color: #5FC128;
}
.TagClassName
{
border-color: #5FC128;
}
</style>