Shades of Kelly Green #33CC0C
Tints of Kelly Green #33CC0C
RGB
CMYK
RGB Variations
Color information
#33CC0C (or 0x33CC0C) is known color: Kelly Green. HEX triplet: 33, CC and 0C. RGB value is (51,204,12). Sum of RGB (Red+Green+Blue) = 51+204+12=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 204 (80.08% from 255 or 76.40% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33CC0C is #CC33F3. Grayscale: #888888. Windows color (decimal): -13382644 or 838707. OLE color: 838707.
HSL color Cylindrical-coordinate representation of color #33CC0C: hue angle of 107.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33CC0C is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 12 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.2 |
| HSL | 107.81º | 0.89% | 0.42% | - |
| HSV(B) | 107.81º | 0.94% | 0.8% | - |
| XYZ | 23.02 | 43.92 | 7.61 | - |
| YUV | 136.37 | 57.81 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 12 | 0.75 | 0 | 0.94 | 0.2 | 107.81 | 0.89 | 0.42 |
| Hex | 33 | CC | C | 4B | 0 | 5E | 14 | 6C | 59 | 2A |
| Octal | 63 | 314 | 14 | 113 | 0 | 136 | 24 | 154 | 131 | 52 |
| Binary | 110011 | 11001100 | 1100 | 1001011 | 0 | 1011110 | 10100 | 1101100 | 1011001 | 101010 |
Color Harmonies of #33CC0C
Complementary color
Monochromatic Colors of #33CC0C
Black with #33CC0C
Text Example
Text Example
White with #33CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC0C; }
p { color: rgb(51,204,12); }
H1.HeaderClassName
{
color: #33CC0C;
}
.AnyTagClassName
{
color: #33CC0C;
}
</style>
background-color css
<style>
a { background-color: #33CC0C; }
a { background-color: rgb(51,204,12); }
div.DivClassName
{
background-color: #33CC0C;
}
.BgClassName
{
background-color: #33CC0C;
}
</style>
border-color css
<style>
span { border-color: #33CC0C; }
span { border-color: rgb(51,204,12); }
td.TdClassName
{
border-color: #33CC0C;
}
.TagClassName
{
border-color: #33CC0C;
}
</style>