Shades of Kelly Green #5FB32B
Tints of Kelly Green #5FB32B
RGB
CMYK
RGB Variations
Color information
#5FB32B (or 0x5FB32B) is known color: Kelly Green. HEX triplet: 5F, B3 and 2B. RGB value is (95,179,43). Sum of RGB (Red+Green+Blue) = 95+179+43=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB32B is #A04CD4. Grayscale: #8A8A8A. Windows color (decimal): -10505429 or 2863967. OLE color: 2863967.
HSL color Cylindrical-coordinate representation of color #5FB32B: hue angle of 97.06º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FB32B is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 179 | 43 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.30 |
| HSL | 97.06º | 0.61% | 0.44% | - |
| HSV(B) | 97.06º | 0.76% | 0.7% | - |
| XYZ | 21.28 | 34.85 | 7.89 | - |
| YUV | 138.38 | 74.17 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 43 | 0.47 | 0 | 0.76 | 0.30 | 97.06 | 0.61 | 0.44 |
| Hex | 5F | B3 | 2B | 2F | 0 | 4C | 1E | 61 | 3D | 2C |
| Octal | 137 | 263 | 53 | 57 | 0 | 114 | 36 | 141 | 75 | 54 |
| Binary | 1011111 | 10110011 | 101011 | 101111 | 0 | 1001100 | 11110 | 1100001 | 111101 | 101100 |
Color Harmonies of #5FB32B
Complementary color
Monochromatic Colors of #5FB32B
Black with #5FB32B
Text Example
Text Example
White with #5FB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB32B; }
p { color: rgb(95,179,43); }
H1.HeaderClassName
{
color: #5FB32B;
}
.AnyTagClassName
{
color: #5FB32B;
}
</style>
background-color css
<style>
a { background-color: #5FB32B; }
a { background-color: rgb(95,179,43); }
div.DivClassName
{
background-color: #5FB32B;
}
.BgClassName
{
background-color: #5FB32B;
}
</style>
border-color css
<style>
span { border-color: #5FB32B; }
span { border-color: rgb(95,179,43); }
td.TdClassName
{
border-color: #5FB32B;
}
.TagClassName
{
border-color: #5FB32B;
}
</style>