Shades of Kelly Green #32C003
Tints of Kelly Green #32C003
RGB
CMYK
RGB Variations
Color information
#32C003 (or 0x32C003) is known color: Kelly Green. HEX triplet: 32, C0 and 03. RGB value is (50,192,3). Sum of RGB (Red+Green+Blue) = 50+192+3=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #32C003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C003 is #CD3FFC. Grayscale: #808080. Windows color (decimal): -13451261 or 245810. OLE color: 245810.
HSL color Cylindrical-coordinate representation of color #32C003: hue angle of 105.08º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32C003 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 3 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.25 |
| HSL | 105.08º | 0.97% | 0.38% | - |
| HSV(B) | 105.08º | 0.98% | 0.75% | - |
| XYZ | 20.18 | 38.38 | 6.43 | - |
| YUV | 128 | 57.46 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 3 | 0.74 | 0 | 0.98 | 0.25 | 105.08 | 0.97 | 0.38 |
| Hex | 32 | C0 | 3 | 4A | 0 | 62 | 19 | 69 | 61 | 26 |
| Octal | 62 | 300 | 3 | 112 | 0 | 142 | 31 | 151 | 141 | 46 |
| Binary | 110010 | 11000000 | 11 | 1001010 | 0 | 1100010 | 11001 | 1101001 | 1100001 | 100110 |
Color Harmonies of #32C003
Complementary color
Monochromatic Colors of #32C003
Black with #32C003
Text Example
Text Example
White with #32C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C003; }
p { color: rgb(50,192,3); }
H1.HeaderClassName
{
color: #32C003;
}
.AnyTagClassName
{
color: #32C003;
}
</style>
background-color css
<style>
a { background-color: #32C003; }
a { background-color: rgb(50,192,3); }
div.DivClassName
{
background-color: #32C003;
}
.BgClassName
{
background-color: #32C003;
}
</style>
border-color css
<style>
span { border-color: #32C003; }
span { border-color: rgb(50,192,3); }
td.TdClassName
{
border-color: #32C003;
}
.TagClassName
{
border-color: #32C003;
}
</style>