Shades of Kelly Green #32BC04
Tints of Kelly Green #32BC04
RGB
CMYK
RGB Variations
Color information
#32BC04 (or 0x32BC04) is known color: Kelly Green. HEX triplet: 32, BC and 04. RGB value is (50,188,4). Sum of RGB (Red+Green+Blue) = 50+188+4=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BC04 is #CD43FB. Grayscale: #7E7E7E. Windows color (decimal): -13452284 or 310322. OLE color: 310322.
HSL color Cylindrical-coordinate representation of color #32BC04: hue angle of 105º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32BC04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.26 |
| HSL | 105º | 0.96% | 0.38% | - |
| HSV(B) | 105º | 0.98% | 0.74% | - |
| XYZ | 19.32 | 36.65 | 6.17 | - |
| YUV | 125.76 | 59.28 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 4 | 0.73 | 0 | 0.98 | 0.26 | 105 | 0.96 | 0.38 |
| Hex | 32 | BC | 4 | 49 | 0 | 62 | 1A | 69 | 60 | 26 |
| Octal | 62 | 274 | 4 | 111 | 0 | 142 | 32 | 151 | 140 | 46 |
| Binary | 110010 | 10111100 | 100 | 1001001 | 0 | 1100010 | 11010 | 1101001 | 1100000 | 100110 |
Color Harmonies of #32BC04
Complementary color
Monochromatic Colors of #32BC04
Black with #32BC04
Text Example
Text Example
White with #32BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC04; }
p { color: rgb(50,188,4); }
H1.HeaderClassName
{
color: #32BC04;
}
.AnyTagClassName
{
color: #32BC04;
}
</style>
background-color css
<style>
a { background-color: #32BC04; }
a { background-color: rgb(50,188,4); }
div.DivClassName
{
background-color: #32BC04;
}
.BgClassName
{
background-color: #32BC04;
}
</style>
border-color css
<style>
span { border-color: #32BC04; }
span { border-color: rgb(50,188,4); }
td.TdClassName
{
border-color: #32BC04;
}
.TagClassName
{
border-color: #32BC04;
}
</style>