Shades of Kelly Green #33A000
Tints of Kelly Green #33A000
RGB
CMYK
RGB Variations
Color information
#33A000 (or 0x33A000) is known color: Kelly Green. HEX triplet: 33, A0 and 00. RGB value is (51,160,0). Sum of RGB (Red+Green+Blue) = 51+160+0=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #33A000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33A000 is #CC5FFF. Grayscale: #6D6D6D. Windows color (decimal): -13393920 or 41011. OLE color: 41011.
HSL color Cylindrical-coordinate representation of color #33A000: hue angle of 100.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33A000 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.37 |
| HSL | 100.88º | 1% | 0.31% | - |
| HSV(B) | 100.88º | 1% | 0.63% | - |
| XYZ | 13.94 | 25.85 | 4.25 | - |
| YUV | 109.17 | 66.39 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 0 | 0.68 | 0 | 1 | 0.37 | 100.88 | 1 | 0.31 |
| Hex | 33 | A0 | 0 | 44 | 0 | 64 | 25 | 65 | 64 | 1F |
| Octal | 63 | 240 | 0 | 104 | 0 | 144 | 45 | 145 | 144 | 37 |
| Binary | 110011 | 10100000 | 0 | 1000100 | 0 | 1100100 | 100101 | 1100101 | 1100100 | 11111 |
Color Harmonies of #33A000
Complementary color
Monochromatic Colors of #33A000
Black with #33A000
Text Example
Text Example
White with #33A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A000; }
p { color: rgb(51,160,0); }
H1.HeaderClassName
{
color: #33A000;
}
.AnyTagClassName
{
color: #33A000;
}
</style>
background-color css
<style>
a { background-color: #33A000; }
a { background-color: rgb(51,160,0); }
div.DivClassName
{
background-color: #33A000;
}
.BgClassName
{
background-color: #33A000;
}
</style>
border-color css
<style>
span { border-color: #33A000; }
span { border-color: rgb(51,160,0); }
td.TdClassName
{
border-color: #33A000;
}
.TagClassName
{
border-color: #33A000;
}
</style>