Shades of Kelly Green #32BF04
Tints of Kelly Green #32BF04
RGB
CMYK
RGB Variations
Color information
#32BF04 (or 0x32BF04) is known color: Kelly Green. HEX triplet: 32, BF and 04. RGB value is (50,191,4). Sum of RGB (Red+Green+Blue) = 50+191+4=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BF04 is #CD40FB. Grayscale: #808080. Windows color (decimal): -13451516 or 311090. OLE color: 311090.
HSL color Cylindrical-coordinate representation of color #32BF04: hue angle of 105.24º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32BF04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.25 |
| HSL | 105.24º | 0.96% | 0.38% | - |
| HSV(B) | 105.24º | 0.98% | 0.75% | - |
| XYZ | 19.97 | 37.95 | 6.39 | - |
| YUV | 127.52 | 58.29 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 4 | 0.74 | 0 | 0.98 | 0.25 | 105.24 | 0.96 | 0.38 |
| Hex | 32 | BF | 4 | 4A | 0 | 62 | 19 | 69 | 60 | 26 |
| Octal | 62 | 277 | 4 | 112 | 0 | 142 | 31 | 151 | 140 | 46 |
| Binary | 110010 | 10111111 | 100 | 1001010 | 0 | 1100010 | 11001 | 1101001 | 1100000 | 100110 |
Color Harmonies of #32BF04
Complementary color
Monochromatic Colors of #32BF04
Black with #32BF04
Text Example
Text Example
White with #32BF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF04; }
p { color: rgb(50,191,4); }
H1.HeaderClassName
{
color: #32BF04;
}
.AnyTagClassName
{
color: #32BF04;
}
</style>
background-color css
<style>
a { background-color: #32BF04; }
a { background-color: rgb(50,191,4); }
div.DivClassName
{
background-color: #32BF04;
}
.BgClassName
{
background-color: #32BF04;
}
</style>
border-color css
<style>
span { border-color: #32BF04; }
span { border-color: rgb(50,191,4); }
td.TdClassName
{
border-color: #32BF04;
}
.TagClassName
{
border-color: #32BF04;
}
</style>