Shades of Kelly Green #33B300
Tints of Kelly Green #33B300
RGB
CMYK
RGB Variations
Color information
#33B300 (or 0x33B300) is known color: Kelly Green. HEX triplet: 33, B3 and 00. RGB value is (51,179,0). Sum of RGB (Red+Green+Blue) = 51+179+0=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 179 (70.31% from 255 or 77.83% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 179 - color contains mainly: green. Hex color #33B300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33B300 is #CC4CFF. Grayscale: #787878. Windows color (decimal): -13389056 or 45875. OLE color: 45875.
HSL color Cylindrical-coordinate representation of color #33B300: hue angle of 102.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33B300 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 179 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.30 |
| HSL | 102.91º | 1% | 0.35% | - |
| HSV(B) | 102.91º | 1% | 0.7% | - |
| XYZ | 17.49 | 32.94 | 5.44 | - |
| YUV | 120.32 | 60.09 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 179 | 0 | 0.72 | 0 | 1 | 0.30 | 102.91 | 1 | 0.35 |
| Hex | 33 | B3 | 0 | 48 | 0 | 64 | 1E | 67 | 64 | 23 |
| Octal | 63 | 263 | 0 | 110 | 0 | 144 | 36 | 147 | 144 | 43 |
| Binary | 110011 | 10110011 | 0 | 1001000 | 0 | 1100100 | 11110 | 1100111 | 1100100 | 100011 |
Color Harmonies of #33B300
Complementary color
Monochromatic Colors of #33B300
Black with #33B300
Text Example
Text Example
White with #33B300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B300; }
p { color: rgb(51,179,0); }
H1.HeaderClassName
{
color: #33B300;
}
.AnyTagClassName
{
color: #33B300;
}
</style>
background-color css
<style>
a { background-color: #33B300; }
a { background-color: rgb(51,179,0); }
div.DivClassName
{
background-color: #33B300;
}
.BgClassName
{
background-color: #33B300;
}
</style>
border-color css
<style>
span { border-color: #33B300; }
span { border-color: rgb(51,179,0); }
td.TdClassName
{
border-color: #33B300;
}
.TagClassName
{
border-color: #33B300;
}
</style>