Shades of Kelly Green #32BA05
Tints of Kelly Green #32BA05
RGB
CMYK
RGB Variations
Color information
#32BA05 (or 0x32BA05) is known color: Kelly Green. HEX triplet: 32, BA and 05. RGB value is (50,186,5). Sum of RGB (Red+Green+Blue) = 50+186+5=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BA05 is #CD45FA. Grayscale: #7D7D7D. Windows color (decimal): -13452795 or 375346. OLE color: 375346.
HSL color Cylindrical-coordinate representation of color #32BA05: hue angle of 105.08º 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 #32BA05 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 5 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.27 |
| HSL | 105.08º | 0.95% | 0.37% | - |
| HSV(B) | 105.08º | 0.97% | 0.73% | - |
| XYZ | 18.9 | 35.81 | 6.06 | - |
| YUV | 124.7 | 60.44 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 5 | 0.73 | 0 | 0.97 | 0.27 | 105.08 | 0.95 | 0.37 |
| Hex | 32 | BA | 5 | 49 | 0 | 61 | 1B | 69 | 5F | 25 |
| Octal | 62 | 272 | 5 | 111 | 0 | 141 | 33 | 151 | 137 | 45 |
| Binary | 110010 | 10111010 | 101 | 1001001 | 0 | 1100001 | 11011 | 1101001 | 1011111 | 100101 |
Color Harmonies of #32BA05
Complementary color
Monochromatic Colors of #32BA05
Black with #32BA05
Text Example
Text Example
White with #32BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA05; }
p { color: rgb(50,186,5); }
H1.HeaderClassName
{
color: #32BA05;
}
.AnyTagClassName
{
color: #32BA05;
}
</style>
background-color css
<style>
a { background-color: #32BA05; }
a { background-color: rgb(50,186,5); }
div.DivClassName
{
background-color: #32BA05;
}
.BgClassName
{
background-color: #32BA05;
}
</style>
border-color css
<style>
span { border-color: #32BA05; }
span { border-color: rgb(50,186,5); }
td.TdClassName
{
border-color: #32BA05;
}
.TagClassName
{
border-color: #32BA05;
}
</style>