Shades of Kelly Green #32BE10
Tints of Kelly Green #32BE10
RGB
CMYK
RGB Variations
Color information
#32BE10 (or 0x32BE10) is known color: Kelly Green. HEX triplet: 32, BE and 10. RGB value is (50,190,16). Sum of RGB (Red+Green+Blue) = 50+190+16=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 190 (74.61% from 255 or 74.22% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BE10 is #CD41EF. Grayscale: #808080. Windows color (decimal): -13451760 or 1097266. OLE color: 1097266.
HSL color Cylindrical-coordinate representation of color #32BE10: hue angle of 108.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32BE10 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 16 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.25 |
| HSL | 108.28º | 0.84% | 0.4% | - |
| HSV(B) | 108.28º | 0.92% | 0.75% | - |
| XYZ | 19.82 | 37.54 | 6.69 | - |
| YUV | 128.3 | 64.62 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 16 | 0.74 | 0 | 0.92 | 0.25 | 108.28 | 0.84 | 0.4 |
| Hex | 32 | BE | 10 | 4A | 0 | 5C | 19 | 6C | 54 | 28 |
| Octal | 62 | 276 | 20 | 112 | 0 | 134 | 31 | 154 | 124 | 50 |
| Binary | 110010 | 10111110 | 10000 | 1001010 | 0 | 1011100 | 11001 | 1101100 | 1010100 | 101000 |
Color Harmonies of #32BE10
Complementary color
Monochromatic Colors of #32BE10
Black with #32BE10
Text Example
Text Example
White with #32BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE10; }
p { color: rgb(50,190,16); }
H1.HeaderClassName
{
color: #32BE10;
}
.AnyTagClassName
{
color: #32BE10;
}
</style>
background-color css
<style>
a { background-color: #32BE10; }
a { background-color: rgb(50,190,16); }
div.DivClassName
{
background-color: #32BE10;
}
.BgClassName
{
background-color: #32BE10;
}
</style>
border-color css
<style>
span { border-color: #32BE10; }
span { border-color: rgb(50,190,16); }
td.TdClassName
{
border-color: #32BE10;
}
.TagClassName
{
border-color: #32BE10;
}
</style>