Shades of Kelly Green #33C213
Tints of Kelly Green #33C213
RGB
CMYK
RGB Variations
Color information
#33C213 (or 0x33C213) is known color: Kelly Green. HEX triplet: 33, C2 and 13. RGB value is (51,194,19). Sum of RGB (Red+Green+Blue) = 51+194+19=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #33C213 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33C213 is #CC3DEC. Grayscale: #838383. Windows color (decimal): -13385197 or 1294899. OLE color: 1294899.
HSL color Cylindrical-coordinate representation of color #33C213: hue angle of 109.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33C213 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 19 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.24 |
| HSL | 109.03º | 0.82% | 0.42% | - |
| HSV(B) | 109.03º | 0.9% | 0.76% | - |
| XYZ | 20.77 | 39.33 | 7.11 | - |
| YUV | 131.29 | 64.62 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 19 | 0.74 | 0 | 0.90 | 0.24 | 109.03 | 0.82 | 0.42 |
| Hex | 33 | C2 | 13 | 4A | 0 | 5A | 18 | 6D | 52 | 2A |
| Octal | 63 | 302 | 23 | 112 | 0 | 132 | 30 | 155 | 122 | 52 |
| Binary | 110011 | 11000010 | 10011 | 1001010 | 0 | 1011010 | 11000 | 1101101 | 1010010 | 101010 |
Color Harmonies of #33C213
Complementary color
Monochromatic Colors of #33C213
Black with #33C213
Text Example
Text Example
White with #33C213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C213; }
p { color: rgb(51,194,19); }
H1.HeaderClassName
{
color: #33C213;
}
.AnyTagClassName
{
color: #33C213;
}
</style>
background-color css
<style>
a { background-color: #33C213; }
a { background-color: rgb(51,194,19); }
div.DivClassName
{
background-color: #33C213;
}
.BgClassName
{
background-color: #33C213;
}
</style>
border-color css
<style>
span { border-color: #33C213; }
span { border-color: rgb(51,194,19); }
td.TdClassName
{
border-color: #33C213;
}
.TagClassName
{
border-color: #33C213;
}
</style>