Shades of Kelly Green #33B70C
Tints of Kelly Green #33B70C
RGB
CMYK
RGB Variations
Color information
#33B70C (or 0x33B70C) is known color: Kelly Green. HEX triplet: 33, B7 and 0C. RGB value is (51,183,12). Sum of RGB (Red+Green+Blue) = 51+183+12=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 183 (71.88% from 255 or 74.39% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 183 - color contains mainly: green. Hex color #33B70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33B70C is #CC48F3. Grayscale: #7C7C7C. Windows color (decimal): -13388020 or 833331. OLE color: 833331.
HSL color Cylindrical-coordinate representation of color #33B70C: hue angle of 106.32º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33B70C is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 183 | 12 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.28 |
| HSL | 106.32º | 0.88% | 0.38% | - |
| HSV(B) | 106.32º | 0.93% | 0.72% | - |
| XYZ | 18.37 | 34.6 | 6.06 | - |
| YUV | 124.04 | 64.77 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 183 | 12 | 0.72 | 0 | 0.93 | 0.28 | 106.32 | 0.88 | 0.38 |
| Hex | 33 | B7 | C | 48 | 0 | 5D | 1C | 6A | 58 | 26 |
| Octal | 63 | 267 | 14 | 110 | 0 | 135 | 34 | 152 | 130 | 46 |
| Binary | 110011 | 10110111 | 1100 | 1001000 | 0 | 1011101 | 11100 | 1101010 | 1011000 | 100110 |
Color Harmonies of #33B70C
Complementary color
Monochromatic Colors of #33B70C
Black with #33B70C
Text Example
Text Example
White with #33B70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B70C; }
p { color: rgb(51,183,12); }
H1.HeaderClassName
{
color: #33B70C;
}
.AnyTagClassName
{
color: #33B70C;
}
</style>
background-color css
<style>
a { background-color: #33B70C; }
a { background-color: rgb(51,183,12); }
div.DivClassName
{
background-color: #33B70C;
}
.BgClassName
{
background-color: #33B70C;
}
</style>
border-color css
<style>
span { border-color: #33B70C; }
span { border-color: rgb(51,183,12); }
td.TdClassName
{
border-color: #33B70C;
}
.TagClassName
{
border-color: #33B70C;
}
</style>