Shades of Kelly Green #32C801
Tints of Kelly Green #32C801
RGB
CMYK
RGB Variations
Color information
#32C801 (or 0x32C801) is known color: Kelly Green. HEX triplet: 32, C8 and 01. RGB value is (50,200,1). Sum of RGB (Red+Green+Blue) = 50+200+1=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 200 (78.52% from 255 or 79.68% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 200 - color contains mainly: green. Hex color #32C801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C801 is #CD37FE. Grayscale: #858585. Windows color (decimal): -13449215 or 116786. OLE color: 116786.
HSL color Cylindrical-coordinate representation of color #32C801: hue angle of 105.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32C801 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 1 | - |
| CMYK | 0.75 | 0 | 1.00 | 0.22 |
| HSL | 105.23º | 0.99% | 0.39% | - |
| HSV(B) | 105.23º | 1% | 0.78% | - |
| XYZ | 21.98 | 41.99 | 6.98 | - |
| YUV | 132.46 | 53.81 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 1 | 0.75 | 0 | 1.00 | 0.22 | 105.23 | 0.99 | 0.39 |
| Hex | 32 | C8 | 1 | 4B | 0 | 64 | 16 | 69 | 63 | 27 |
| Octal | 62 | 310 | 1 | 113 | 0 | 144 | 26 | 151 | 143 | 47 |
| Binary | 110010 | 11001000 | 1 | 1001011 | 0 | 1100100 | 10110 | 1101001 | 1100011 | 100111 |
Color Harmonies of #32C801
Complementary color
Monochromatic Colors of #32C801
Black with #32C801
Text Example
Text Example
White with #32C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C801; }
p { color: rgb(50,200,1); }
H1.HeaderClassName
{
color: #32C801;
}
.AnyTagClassName
{
color: #32C801;
}
</style>
background-color css
<style>
a { background-color: #32C801; }
a { background-color: rgb(50,200,1); }
div.DivClassName
{
background-color: #32C801;
}
.BgClassName
{
background-color: #32C801;
}
</style>
border-color css
<style>
span { border-color: #32C801; }
span { border-color: rgb(50,200,1); }
td.TdClassName
{
border-color: #32C801;
}
.TagClassName
{
border-color: #32C801;
}
</style>