Shades of Kelly Green #32BD04
Tints of Kelly Green #32BD04
RGB
CMYK
RGB Variations
Color information
#32BD04 (or 0x32BD04) is known color: Kelly Green. HEX triplet: 32, BD and 04. RGB value is (50,189,4). Sum of RGB (Red+Green+Blue) = 50+189+4=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BD04 is #CD42FB. Grayscale: #7E7E7E. Windows color (decimal): -13452028 or 310578. OLE color: 310578.
HSL color Cylindrical-coordinate representation of color #32BD04: hue angle of 105.08º 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 #32BD04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.26 |
| HSL | 105.08º | 0.96% | 0.38% | - |
| HSV(B) | 105.08º | 0.98% | 0.74% | - |
| XYZ | 19.53 | 37.08 | 6.24 | - |
| YUV | 126.35 | 58.95 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 4 | 0.74 | 0 | 0.98 | 0.26 | 105.08 | 0.96 | 0.38 |
| Hex | 32 | BD | 4 | 4A | 0 | 62 | 1A | 69 | 60 | 26 |
| Octal | 62 | 275 | 4 | 112 | 0 | 142 | 32 | 151 | 140 | 46 |
| Binary | 110010 | 10111101 | 100 | 1001010 | 0 | 1100010 | 11010 | 1101001 | 1100000 | 100110 |
Color Harmonies of #32BD04
Complementary color
Monochromatic Colors of #32BD04
Black with #32BD04
Text Example
Text Example
White with #32BD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD04; }
p { color: rgb(50,189,4); }
H1.HeaderClassName
{
color: #32BD04;
}
.AnyTagClassName
{
color: #32BD04;
}
</style>
background-color css
<style>
a { background-color: #32BD04; }
a { background-color: rgb(50,189,4); }
div.DivClassName
{
background-color: #32BD04;
}
.BgClassName
{
background-color: #32BD04;
}
</style>
border-color css
<style>
span { border-color: #32BD04; }
span { border-color: rgb(50,189,4); }
td.TdClassName
{
border-color: #32BD04;
}
.TagClassName
{
border-color: #32BD04;
}
</style>