Shades of Kelly Green #32C102
Tints of Kelly Green #32C102
RGB
CMYK
RGB Variations
Color information
#32C102 (or 0x32C102) is known color: Kelly Green. HEX triplet: 32, C1 and 02. RGB value is (50,193,2). Sum of RGB (Red+Green+Blue) = 50+193+2=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 193 (75.78% from 255 or 78.78% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 193 - color contains mainly: green. Hex color #32C102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C102 is #CD3EFD. Grayscale: #818181. Windows color (decimal): -13451006 or 180530. OLE color: 180530.
HSL color Cylindrical-coordinate representation of color #32C102: hue angle of 104.92º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32C102 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.24 |
| HSL | 104.92º | 0.98% | 0.38% | - |
| HSV(B) | 104.92º | 0.99% | 0.76% | - |
| XYZ | 20.4 | 38.82 | 6.48 | - |
| YUV | 128.47 | 56.62 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 2 | 0.74 | 0 | 0.99 | 0.24 | 104.92 | 0.98 | 0.38 |
| Hex | 32 | C1 | 2 | 4A | 0 | 63 | 18 | 69 | 62 | 26 |
| Octal | 62 | 301 | 2 | 112 | 0 | 143 | 30 | 151 | 142 | 46 |
| Binary | 110010 | 11000001 | 10 | 1001010 | 0 | 1100011 | 11000 | 1101001 | 1100010 | 100110 |
Color Harmonies of #32C102
Complementary color
Monochromatic Colors of #32C102
Black with #32C102
Text Example
Text Example
White with #32C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C102; }
p { color: rgb(50,193,2); }
H1.HeaderClassName
{
color: #32C102;
}
.AnyTagClassName
{
color: #32C102;
}
</style>
background-color css
<style>
a { background-color: #32C102; }
a { background-color: rgb(50,193,2); }
div.DivClassName
{
background-color: #32C102;
}
.BgClassName
{
background-color: #32C102;
}
</style>
border-color css
<style>
span { border-color: #32C102; }
span { border-color: rgb(50,193,2); }
td.TdClassName
{
border-color: #32C102;
}
.TagClassName
{
border-color: #32C102;
}
</style>