Shades of Kelly Green #329F04
Tints of Kelly Green #329F04
RGB
CMYK
RGB Variations
Color information
#329F04 (or 0x329F04) is known color: Kelly Green. HEX triplet: 32, 9F and 04. RGB value is (50,159,4). Sum of RGB (Red+Green+Blue) = 50+159+4=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 159 (62.5% from 255 or 74.65% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 159 - color contains mainly: green. Hex color #329F04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329F04 is #CD60FB. Grayscale: #6D6D6D. Windows color (decimal): -13459708 or 302898. OLE color: 302898.
HSL color Cylindrical-coordinate representation of color #329F04: hue angle of 102.19º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #329F04 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 4 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.38 |
| HSL | 102.19º | 0.95% | 0.32% | - |
| HSV(B) | 102.19º | 0.97% | 0.62% | - |
| XYZ | 13.74 | 25.48 | 4.31 | - |
| YUV | 108.74 | 68.89 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 4 | 0.69 | 0 | 0.97 | 0.38 | 102.19 | 0.95 | 0.32 |
| Hex | 32 | 9F | 4 | 45 | 0 | 61 | 26 | 66 | 5F | 20 |
| Octal | 62 | 237 | 4 | 105 | 0 | 141 | 46 | 146 | 137 | 40 |
| Binary | 110010 | 10011111 | 100 | 1000101 | 0 | 1100001 | 100110 | 1100110 | 1011111 | 100000 |
Color Harmonies of #329F04
Complementary color
Monochromatic Colors of #329F04
Black with #329F04
Text Example
Text Example
White with #329F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F04; }
p { color: rgb(50,159,4); }
H1.HeaderClassName
{
color: #329F04;
}
.AnyTagClassName
{
color: #329F04;
}
</style>
background-color css
<style>
a { background-color: #329F04; }
a { background-color: rgb(50,159,4); }
div.DivClassName
{
background-color: #329F04;
}
.BgClassName
{
background-color: #329F04;
}
</style>
border-color css
<style>
span { border-color: #329F04; }
span { border-color: rgb(50,159,4); }
td.TdClassName
{
border-color: #329F04;
}
.TagClassName
{
border-color: #329F04;
}
</style>