Shades of Kelly Green #32BD01
Tints of Kelly Green #32BD01
RGB
CMYK
RGB Variations
Color information
#32BD01 (or 0x32BD01) is known color: Kelly Green. HEX triplet: 32, BD and 01. RGB value is (50,189,1). Sum of RGB (Red+Green+Blue) = 50+189+1=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 189 (74.22% from 255 or 78.75% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BD01 is #CD42FE. Grayscale: #7E7E7E. Windows color (decimal): -13452031 or 113970. OLE color: 113970.
HSL color Cylindrical-coordinate representation of color #32BD01: hue angle of 104.36º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32BD01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.26 |
| HSL | 104.36º | 0.99% | 0.37% | - |
| HSV(B) | 104.36º | 0.99% | 0.74% | - |
| XYZ | 19.52 | 37.08 | 6.16 | - |
| YUV | 126.01 | 57.45 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 1 | 0.74 | 0 | 0.99 | 0.26 | 104.36 | 0.99 | 0.37 |
| Hex | 32 | BD | 1 | 4A | 0 | 63 | 1A | 68 | 63 | 25 |
| Octal | 62 | 275 | 1 | 112 | 0 | 143 | 32 | 150 | 143 | 45 |
| Binary | 110010 | 10111101 | 1 | 1001010 | 0 | 1100011 | 11010 | 1101000 | 1100011 | 100101 |
Color Harmonies of #32BD01
Complementary color
Monochromatic Colors of #32BD01
Black with #32BD01
Text Example
Text Example
White with #32BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD01; }
p { color: rgb(50,189,1); }
H1.HeaderClassName
{
color: #32BD01;
}
.AnyTagClassName
{
color: #32BD01;
}
</style>
background-color css
<style>
a { background-color: #32BD01; }
a { background-color: rgb(50,189,1); }
div.DivClassName
{
background-color: #32BD01;
}
.BgClassName
{
background-color: #32BD01;
}
</style>
border-color css
<style>
span { border-color: #32BD01; }
span { border-color: rgb(50,189,1); }
td.TdClassName
{
border-color: #32BD01;
}
.TagClassName
{
border-color: #32BD01;
}
</style>