Shades of Kelly Green #32C001
Tints of Kelly Green #32C001
RGB
CMYK
RGB Variations
Color information
#32C001 (or 0x32C001) is known color: Kelly Green. HEX triplet: 32, C0 and 01. RGB value is (50,192,1). Sum of RGB (Red+Green+Blue) = 50+192+1=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #32C001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C001 is #CD3FFE. Grayscale: #808080. Windows color (decimal): -13451263 or 114738. OLE color: 114738.
HSL color Cylindrical-coordinate representation of color #32C001: hue angle of 104.61º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32C001 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.25 |
| HSL | 104.61º | 0.99% | 0.38% | - |
| HSV(B) | 104.61º | 0.99% | 0.75% | - |
| XYZ | 20.17 | 38.38 | 6.37 | - |
| YUV | 127.77 | 56.46 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 1 | 0.74 | 0 | 0.99 | 0.25 | 104.61 | 0.99 | 0.38 |
| Hex | 32 | C0 | 1 | 4A | 0 | 63 | 19 | 69 | 63 | 26 |
| Octal | 62 | 300 | 1 | 112 | 0 | 143 | 31 | 151 | 143 | 46 |
| Binary | 110010 | 11000000 | 1 | 1001010 | 0 | 1100011 | 11001 | 1101001 | 1100011 | 100110 |
Color Harmonies of #32C001
Complementary color
Monochromatic Colors of #32C001
Black with #32C001
Text Example
Text Example
White with #32C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C001; }
p { color: rgb(50,192,1); }
H1.HeaderClassName
{
color: #32C001;
}
.AnyTagClassName
{
color: #32C001;
}
</style>
background-color css
<style>
a { background-color: #32C001; }
a { background-color: rgb(50,192,1); }
div.DivClassName
{
background-color: #32C001;
}
.BgClassName
{
background-color: #32C001;
}
</style>
border-color css
<style>
span { border-color: #32C001; }
span { border-color: rgb(50,192,1); }
td.TdClassName
{
border-color: #32C001;
}
.TagClassName
{
border-color: #32C001;
}
</style>