Shades of Kelly Green #32BC05
Tints of Kelly Green #32BC05
RGB
CMYK
RGB Variations
Color information
#32BC05 (or 0x32BC05) is known color: Kelly Green. HEX triplet: 32, BC and 05. RGB value is (50,188,5). Sum of RGB (Red+Green+Blue) = 50+188+5=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BC05 is #CD43FA. Grayscale: #7E7E7E. Windows color (decimal): -13452283 or 375858. OLE color: 375858.
HSL color Cylindrical-coordinate representation of color #32BC05: hue angle of 105.25º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32BC05 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 5 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.26 |
| HSL | 105.25º | 0.95% | 0.38% | - |
| HSV(B) | 105.25º | 0.97% | 0.74% | - |
| XYZ | 19.33 | 36.66 | 6.2 | - |
| YUV | 125.88 | 59.78 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 5 | 0.73 | 0 | 0.97 | 0.26 | 105.25 | 0.95 | 0.38 |
| Hex | 32 | BC | 5 | 49 | 0 | 61 | 1A | 69 | 5F | 26 |
| Octal | 62 | 274 | 5 | 111 | 0 | 141 | 32 | 151 | 137 | 46 |
| Binary | 110010 | 10111100 | 101 | 1001001 | 0 | 1100001 | 11010 | 1101001 | 1011111 | 100110 |
Color Harmonies of #32BC05
Complementary color
Monochromatic Colors of #32BC05
Black with #32BC05
Text Example
Text Example
White with #32BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC05; }
p { color: rgb(50,188,5); }
H1.HeaderClassName
{
color: #32BC05;
}
.AnyTagClassName
{
color: #32BC05;
}
</style>
background-color css
<style>
a { background-color: #32BC05; }
a { background-color: rgb(50,188,5); }
div.DivClassName
{
background-color: #32BC05;
}
.BgClassName
{
background-color: #32BC05;
}
</style>
border-color css
<style>
span { border-color: #32BC05; }
span { border-color: rgb(50,188,5); }
td.TdClassName
{
border-color: #32BC05;
}
.TagClassName
{
border-color: #32BC05;
}
</style>