Shades of Kelly Green #32B905
Tints of Kelly Green #32B905
RGB
CMYK
RGB Variations
Color information
#32B905 (or 0x32B905) is known color: Kelly Green. HEX triplet: 32, B9 and 05. RGB value is (50,185,5). Sum of RGB (Red+Green+Blue) = 50+185+5=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 185 (72.66% from 255 or 77.08% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 185 - color contains mainly: green. Hex color #32B905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B905 is #CD46FA. Grayscale: #7C7C7C. Windows color (decimal): -13453051 or 375090. OLE color: 375090.
HSL color Cylindrical-coordinate representation of color #32B905: hue angle of 105º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32B905 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 5 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.27 |
| HSL | 105º | 0.95% | 0.37% | - |
| HSV(B) | 105º | 0.97% | 0.73% | - |
| XYZ | 18.69 | 35.39 | 5.99 | - |
| YUV | 124.12 | 60.77 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 5 | 0.73 | 0 | 0.97 | 0.27 | 105 | 0.95 | 0.37 |
| Hex | 32 | B9 | 5 | 49 | 0 | 61 | 1B | 69 | 5F | 25 |
| Octal | 62 | 271 | 5 | 111 | 0 | 141 | 33 | 151 | 137 | 45 |
| Binary | 110010 | 10111001 | 101 | 1001001 | 0 | 1100001 | 11011 | 1101001 | 1011111 | 100101 |
Color Harmonies of #32B905
Complementary color
Monochromatic Colors of #32B905
Black with #32B905
Text Example
Text Example
White with #32B905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B905; }
p { color: rgb(50,185,5); }
H1.HeaderClassName
{
color: #32B905;
}
.AnyTagClassName
{
color: #32B905;
}
</style>
background-color css
<style>
a { background-color: #32B905; }
a { background-color: rgb(50,185,5); }
div.DivClassName
{
background-color: #32B905;
}
.BgClassName
{
background-color: #32B905;
}
</style>
border-color css
<style>
span { border-color: #32B905; }
span { border-color: rgb(50,185,5); }
td.TdClassName
{
border-color: #32B905;
}
.TagClassName
{
border-color: #32B905;
}
</style>