Shades of Kelly Green #32BF14
Tints of Kelly Green #32BF14
RGB
CMYK
RGB Variations
Color information
#32BF14 (or 0x32BF14) is known color: Kelly Green. HEX triplet: 32, BF and 14. RGB value is (50,191,20). Sum of RGB (Red+Green+Blue) = 50+191+20=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BF14 is #CD40EB. Grayscale: #818181. Windows color (decimal): -13451500 or 1359666. OLE color: 1359666.
HSL color Cylindrical-coordinate representation of color #32BF14: hue angle of 109.47º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32BF14 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 20 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.25 |
| HSL | 109.47º | 0.81% | 0.41% | - |
| HSV(B) | 109.47º | 0.9% | 0.75% | - |
| XYZ | 20.07 | 37.99 | 6.94 | - |
| YUV | 129.35 | 66.29 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 20 | 0.74 | 0 | 0.90 | 0.25 | 109.47 | 0.81 | 0.41 |
| Hex | 32 | BF | 14 | 4A | 0 | 5A | 19 | 6D | 51 | 29 |
| Octal | 62 | 277 | 24 | 112 | 0 | 132 | 31 | 155 | 121 | 51 |
| Binary | 110010 | 10111111 | 10100 | 1001010 | 0 | 1011010 | 11001 | 1101101 | 1010001 | 101001 |
Color Harmonies of #32BF14
Complementary color
Monochromatic Colors of #32BF14
Black with #32BF14
Text Example
Text Example
White with #32BF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF14; }
p { color: rgb(50,191,20); }
H1.HeaderClassName
{
color: #32BF14;
}
.AnyTagClassName
{
color: #32BF14;
}
</style>
background-color css
<style>
a { background-color: #32BF14; }
a { background-color: rgb(50,191,20); }
div.DivClassName
{
background-color: #32BF14;
}
.BgClassName
{
background-color: #32BF14;
}
</style>
border-color css
<style>
span { border-color: #32BF14; }
span { border-color: rgb(50,191,20); }
td.TdClassName
{
border-color: #32BF14;
}
.TagClassName
{
border-color: #32BF14;
}
</style>