Shades of Kelly Green #33AD12
Tints of Kelly Green #33AD12
RGB
CMYK
RGB Variations
Color information
#33AD12 (or 0x33AD12) is known color: Kelly Green. HEX triplet: 33, AD and 12. RGB value is (51,173,18). Sum of RGB (Red+Green+Blue) = 51+173+18=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 173 (67.97% from 255 or 71.49% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33AD12 is #CC52ED. Grayscale: #777777. Windows color (decimal): -13390574 or 1223987. OLE color: 1223987.
HSL color Cylindrical-coordinate representation of color #33AD12: hue angle of 107.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33AD12 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 18 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.32 |
| HSL | 107.23º | 0.81% | 0.37% | - |
| HSV(B) | 107.23º | 0.9% | 0.68% | - |
| XYZ | 16.42 | 30.63 | 5.62 | - |
| YUV | 118.85 | 71.08 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 18 | 0.71 | 0 | 0.90 | 0.32 | 107.23 | 0.81 | 0.37 |
| Hex | 33 | AD | 12 | 47 | 0 | 5A | 20 | 6B | 51 | 25 |
| Octal | 63 | 255 | 22 | 107 | 0 | 132 | 40 | 153 | 121 | 45 |
| Binary | 110011 | 10101101 | 10010 | 1000111 | 0 | 1011010 | 100000 | 1101011 | 1010001 | 100101 |
Color Harmonies of #33AD12
Complementary color
Monochromatic Colors of #33AD12
Black with #33AD12
Text Example
Text Example
White with #33AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD12; }
p { color: rgb(51,173,18); }
H1.HeaderClassName
{
color: #33AD12;
}
.AnyTagClassName
{
color: #33AD12;
}
</style>
background-color css
<style>
a { background-color: #33AD12; }
a { background-color: rgb(51,173,18); }
div.DivClassName
{
background-color: #33AD12;
}
.BgClassName
{
background-color: #33AD12;
}
</style>
border-color css
<style>
span { border-color: #33AD12; }
span { border-color: rgb(51,173,18); }
td.TdClassName
{
border-color: #33AD12;
}
.TagClassName
{
border-color: #33AD12;
}
</style>