Shades of Kelly Green #33B60C
Tints of Kelly Green #33B60C
RGB
CMYK
RGB Variations
Color information
#33B60C (or 0x33B60C) is known color: Kelly Green. HEX triplet: 33, B6 and 0C. RGB value is (51,182,12). Sum of RGB (Red+Green+Blue) = 51+182+12=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 182 (71.48% from 255 or 74.29% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 182 - color contains mainly: green. Hex color #33B60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33B60C is #CC49F3. Grayscale: #7B7B7B. Windows color (decimal): -13388276 or 833075. OLE color: 833075.
HSL color Cylindrical-coordinate representation of color #33B60C: hue angle of 106.24º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33B60C is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 182 | 12 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.29 |
| HSL | 106.24º | 0.88% | 0.38% | - |
| HSV(B) | 106.24º | 0.93% | 0.71% | - |
| XYZ | 18.16 | 34.19 | 5.99 | - |
| YUV | 123.45 | 65.1 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 182 | 12 | 0.72 | 0 | 0.93 | 0.29 | 106.24 | 0.88 | 0.38 |
| Hex | 33 | B6 | C | 48 | 0 | 5D | 1D | 6A | 58 | 26 |
| Octal | 63 | 266 | 14 | 110 | 0 | 135 | 35 | 152 | 130 | 46 |
| Binary | 110011 | 10110110 | 1100 | 1001000 | 0 | 1011101 | 11101 | 1101010 | 1011000 | 100110 |
Color Harmonies of #33B60C
Complementary color
Monochromatic Colors of #33B60C
Black with #33B60C
Text Example
Text Example
White with #33B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B60C; }
p { color: rgb(51,182,12); }
H1.HeaderClassName
{
color: #33B60C;
}
.AnyTagClassName
{
color: #33B60C;
}
</style>
background-color css
<style>
a { background-color: #33B60C; }
a { background-color: rgb(51,182,12); }
div.DivClassName
{
background-color: #33B60C;
}
.BgClassName
{
background-color: #33B60C;
}
</style>
border-color css
<style>
span { border-color: #33B60C; }
span { border-color: rgb(51,182,12); }
td.TdClassName
{
border-color: #33B60C;
}
.TagClassName
{
border-color: #33B60C;
}
</style>