Shades of Kelly Green #5FB528
Tints of Kelly Green #5FB528
RGB
CMYK
RGB Variations
Color information
#5FB528 (or 0x5FB528) is known color: Kelly Green. HEX triplet: 5F, B5 and 28. RGB value is (95,181,40). Sum of RGB (Red+Green+Blue) = 95+181+40=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB528 is #A04AD7. Grayscale: #8B8B8B. Windows color (decimal): -10504920 or 2667871. OLE color: 2667871.
HSL color Cylindrical-coordinate representation of color #5FB528: hue angle of 96.6º 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 #5FB528 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 181 | 40 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.29 |
| HSL | 96.6º | 0.64% | 0.43% | - |
| HSV(B) | 96.6º | 0.78% | 0.71% | - |
| XYZ | 21.63 | 35.63 | 7.75 | - |
| YUV | 139.21 | 72.01 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 181 | 40 | 0.48 | 0 | 0.78 | 0.29 | 96.6 | 0.64 | 0.43 |
| Hex | 5F | B5 | 28 | 30 | 0 | 4E | 1D | 61 | 40 | 2B |
| Octal | 137 | 265 | 50 | 60 | 0 | 116 | 35 | 141 | 100 | 53 |
| Binary | 1011111 | 10110101 | 101000 | 110000 | 0 | 1001110 | 11101 | 1100001 | 1000000 | 101011 |
Color Harmonies of #5FB528
Complementary color
Monochromatic Colors of #5FB528
Black with #5FB528
Text Example
Text Example
White with #5FB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB528; }
p { color: rgb(95,181,40); }
H1.HeaderClassName
{
color: #5FB528;
}
.AnyTagClassName
{
color: #5FB528;
}
</style>
background-color css
<style>
a { background-color: #5FB528; }
a { background-color: rgb(95,181,40); }
div.DivClassName
{
background-color: #5FB528;
}
.BgClassName
{
background-color: #5FB528;
}
</style>
border-color css
<style>
span { border-color: #5FB528; }
span { border-color: rgb(95,181,40); }
td.TdClassName
{
border-color: #5FB528;
}
.TagClassName
{
border-color: #5FB528;
}
</style>