Shades of Kelly Green #32BA06
Tints of Kelly Green #32BA06
RGB
CMYK
RGB Variations
Color information
#32BA06 (or 0x32BA06) is known color: Kelly Green. HEX triplet: 32, BA and 06. RGB value is (50,186,6). Sum of RGB (Red+Green+Blue) = 50+186+6=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BA06 is #CD45F9. Grayscale: #7D7D7D. Windows color (decimal): -13452794 or 440882. OLE color: 440882.
HSL color Cylindrical-coordinate representation of color #32BA06: hue angle of 105.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32BA06 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 6 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.27 |
| HSL | 105.33º | 0.94% | 0.38% | - |
| HSV(B) | 105.33º | 0.97% | 0.73% | - |
| XYZ | 18.91 | 35.81 | 6.09 | - |
| YUV | 124.82 | 60.94 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 6 | 0.73 | 0 | 0.97 | 0.27 | 105.33 | 0.94 | 0.38 |
| Hex | 32 | BA | 6 | 49 | 0 | 61 | 1B | 69 | 5E | 26 |
| Octal | 62 | 272 | 6 | 111 | 0 | 141 | 33 | 151 | 136 | 46 |
| Binary | 110010 | 10111010 | 110 | 1001001 | 0 | 1100001 | 11011 | 1101001 | 1011110 | 100110 |
Color Harmonies of #32BA06
Complementary color
Monochromatic Colors of #32BA06
Black with #32BA06
Text Example
Text Example
White with #32BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA06; }
p { color: rgb(50,186,6); }
H1.HeaderClassName
{
color: #32BA06;
}
.AnyTagClassName
{
color: #32BA06;
}
</style>
background-color css
<style>
a { background-color: #32BA06; }
a { background-color: rgb(50,186,6); }
div.DivClassName
{
background-color: #32BA06;
}
.BgClassName
{
background-color: #32BA06;
}
</style>
border-color css
<style>
span { border-color: #32BA06; }
span { border-color: rgb(50,186,6); }
td.TdClassName
{
border-color: #32BA06;
}
.TagClassName
{
border-color: #32BA06;
}
</style>