Shades of Kelly Green #32C101
Tints of Kelly Green #32C101
RGB
CMYK
RGB Variations
Color information
#32C101 (or 0x32C101) is known color: Kelly Green. HEX triplet: 32, C1 and 01. RGB value is (50,193,1). Sum of RGB (Red+Green+Blue) = 50+193+1=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 193 (75.78% from 255 or 79.10% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 193 - color contains mainly: green. Hex color #32C101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C101 is #CD3EFE. Grayscale: #808080. Windows color (decimal): -13451007 or 114994. OLE color: 114994.
HSL color Cylindrical-coordinate representation of color #32C101: hue angle of 104.69º degrees, saturation: 0.99, 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 #32C101 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.24 |
| HSL | 104.69º | 0.99% | 0.38% | - |
| HSV(B) | 104.69º | 0.99% | 0.76% | - |
| XYZ | 20.39 | 38.82 | 6.45 | - |
| YUV | 128.36 | 56.12 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 1 | 0.74 | 0 | 0.99 | 0.24 | 104.69 | 0.99 | 0.38 |
| Hex | 32 | C1 | 1 | 4A | 0 | 63 | 18 | 69 | 63 | 26 |
| Octal | 62 | 301 | 1 | 112 | 0 | 143 | 30 | 151 | 143 | 46 |
| Binary | 110010 | 11000001 | 1 | 1001010 | 0 | 1100011 | 11000 | 1101001 | 1100011 | 100110 |
Color Harmonies of #32C101
Complementary color
Monochromatic Colors of #32C101
Black with #32C101
Text Example
Text Example
White with #32C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C101; }
p { color: rgb(50,193,1); }
H1.HeaderClassName
{
color: #32C101;
}
.AnyTagClassName
{
color: #32C101;
}
</style>
background-color css
<style>
a { background-color: #32C101; }
a { background-color: rgb(50,193,1); }
div.DivClassName
{
background-color: #32C101;
}
.BgClassName
{
background-color: #32C101;
}
</style>
border-color css
<style>
span { border-color: #32C101; }
span { border-color: rgb(50,193,1); }
td.TdClassName
{
border-color: #32C101;
}
.TagClassName
{
border-color: #32C101;
}
</style>