Shades of Kelly Green #32B30D
Tints of Kelly Green #32B30D
RGB
CMYK
RGB Variations
Color information
#32B30D (or 0x32B30D) is known color: Kelly Green. HEX triplet: 32, B3 and 0D. RGB value is (50,179,13). Sum of RGB (Red+Green+Blue) = 50+179+13=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 179 (70.31% from 255 or 73.97% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 179 - color contains mainly: green. Hex color #32B30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B30D is #CD4CF2. Grayscale: #7A7A7A. Windows color (decimal): -13454579 or 897842. OLE color: 897842.
HSL color Cylindrical-coordinate representation of color #32B30D: hue angle of 106.63º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32B30D is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 13 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.30 |
| HSL | 106.63º | 0.86% | 0.38% | - |
| HSV(B) | 106.63º | 0.93% | 0.7% | - |
| XYZ | 17.51 | 32.95 | 5.82 | - |
| YUV | 121.51 | 66.76 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 13 | 0.72 | 0 | 0.93 | 0.30 | 106.63 | 0.86 | 0.38 |
| Hex | 32 | B3 | D | 48 | 0 | 5D | 1E | 6B | 56 | 26 |
| Octal | 62 | 263 | 15 | 110 | 0 | 135 | 36 | 153 | 126 | 46 |
| Binary | 110010 | 10110011 | 1101 | 1001000 | 0 | 1011101 | 11110 | 1101011 | 1010110 | 100110 |
Color Harmonies of #32B30D
Complementary color
Monochromatic Colors of #32B30D
Black with #32B30D
Text Example
Text Example
White with #32B30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B30D; }
p { color: rgb(50,179,13); }
H1.HeaderClassName
{
color: #32B30D;
}
.AnyTagClassName
{
color: #32B30D;
}
</style>
background-color css
<style>
a { background-color: #32B30D; }
a { background-color: rgb(50,179,13); }
div.DivClassName
{
background-color: #32B30D;
}
.BgClassName
{
background-color: #32B30D;
}
</style>
border-color css
<style>
span { border-color: #32B30D; }
span { border-color: rgb(50,179,13); }
td.TdClassName
{
border-color: #32B30D;
}
.TagClassName
{
border-color: #32B30D;
}
</style>