Shades of Kelly Green #5FC526
Tints of Kelly Green #5FC526
RGB
CMYK
RGB Variations
Color information
#5FC526 (or 0x5FC526) is known color: Kelly Green. HEX triplet: 5F, C5 and 26. RGB value is (95,197,38). Sum of RGB (Red+Green+Blue) = 95+197+38=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC526 is #A03AD9. Grayscale: #949494. Windows color (decimal): -10500826 or 2540895. OLE color: 2540895.
HSL color Cylindrical-coordinate representation of color #5FC526: hue angle of 98.49º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FC526 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 38 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.23 |
| HSL | 98.49º | 0.68% | 0.46% | - |
| HSV(B) | 98.49º | 0.81% | 0.77% | - |
| XYZ | 25.04 | 42.51 | 8.72 | - |
| YUV | 148.38 | 65.71 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 38 | 0.52 | 0 | 0.81 | 0.23 | 98.49 | 0.68 | 0.46 |
| Hex | 5F | C5 | 26 | 34 | 0 | 51 | 17 | 62 | 44 | 2E |
| Octal | 137 | 305 | 46 | 64 | 0 | 121 | 27 | 142 | 104 | 56 |
| Binary | 1011111 | 11000101 | 100110 | 110100 | 0 | 1010001 | 10111 | 1100010 | 1000100 | 101110 |
Color Harmonies of #5FC526
Complementary color
Monochromatic Colors of #5FC526
Black with #5FC526
Text Example
Text Example
White with #5FC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC526; }
p { color: rgb(95,197,38); }
H1.HeaderClassName
{
color: #5FC526;
}
.AnyTagClassName
{
color: #5FC526;
}
</style>
background-color css
<style>
a { background-color: #5FC526; }
a { background-color: rgb(95,197,38); }
div.DivClassName
{
background-color: #5FC526;
}
.BgClassName
{
background-color: #5FC526;
}
</style>
border-color css
<style>
span { border-color: #5FC526; }
span { border-color: rgb(95,197,38); }
td.TdClassName
{
border-color: #5FC526;
}
.TagClassName
{
border-color: #5FC526;
}
</style>