Shades of Kelly Green #33A70A
Tints of Kelly Green #33A70A
RGB
CMYK
RGB Variations
Color information
#33A70A (or 0x33A70A) is known color: Kelly Green. HEX triplet: 33, A7 and 0A. RGB value is (51,167,10). Sum of RGB (Red+Green+Blue) = 51+167+10=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 167 (65.62% from 255 or 73.25% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 167 - color contains mainly: green. Hex color #33A70A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33A70A is #CC58F5. Grayscale: #727272. Windows color (decimal): -13392118 or 698163. OLE color: 698163.
HSL color Cylindrical-coordinate representation of color #33A70A: hue angle of 104.33º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33A70A is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 167 | 10 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.35 |
| HSL | 104.33º | 0.89% | 0.35% | - |
| HSV(B) | 104.33º | 0.94% | 0.65% | - |
| XYZ | 15.24 | 28.36 | 4.96 | - |
| YUV | 114.42 | 69.07 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 167 | 10 | 0.69 | 0 | 0.94 | 0.35 | 104.33 | 0.89 | 0.35 |
| Hex | 33 | A7 | A | 45 | 0 | 5E | 23 | 68 | 59 | 23 |
| Octal | 63 | 247 | 12 | 105 | 0 | 136 | 43 | 150 | 131 | 43 |
| Binary | 110011 | 10100111 | 1010 | 1000101 | 0 | 1011110 | 100011 | 1101000 | 1011001 | 100011 |
Color Harmonies of #33A70A
Complementary color
Monochromatic Colors of #33A70A
Black with #33A70A
Text Example
Text Example
White with #33A70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A70A; }
p { color: rgb(51,167,10); }
H1.HeaderClassName
{
color: #33A70A;
}
.AnyTagClassName
{
color: #33A70A;
}
</style>
background-color css
<style>
a { background-color: #33A70A; }
a { background-color: rgb(51,167,10); }
div.DivClassName
{
background-color: #33A70A;
}
.BgClassName
{
background-color: #33A70A;
}
</style>
border-color css
<style>
span { border-color: #33A70A; }
span { border-color: rgb(51,167,10); }
td.TdClassName
{
border-color: #33A70A;
}
.TagClassName
{
border-color: #33A70A;
}
</style>