Shades of Kelly Green #33D50E
Tints of Kelly Green #33D50E
RGB
CMYK
RGB Variations
Color information
#33D50E (or 0x33D50E) is known color: Kelly Green. HEX triplet: 33, D5 and 0E. RGB value is (51,213,14). Sum of RGB (Red+Green+Blue) = 51+213+14=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #33D50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D50E is #CC2AF1. Grayscale: #8E8E8E. Windows color (decimal): -13380338 or 972083. OLE color: 972083.
HSL color Cylindrical-coordinate representation of color #33D50E: hue angle of 108.84º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33D50E is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 14 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.16 |
| HSL | 108.84º | 0.88% | 0.45% | - |
| HSV(B) | 108.84º | 0.93% | 0.84% | - |
| XYZ | 25.24 | 48.32 | 8.41 | - |
| YUV | 141.88 | 55.83 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 14 | 0.76 | 0 | 0.93 | 0.16 | 108.84 | 0.88 | 0.45 |
| Hex | 33 | D5 | E | 4C | 0 | 5D | 10 | 6D | 58 | 2D |
| Octal | 63 | 325 | 16 | 114 | 0 | 135 | 20 | 155 | 130 | 55 |
| Binary | 110011 | 11010101 | 1110 | 1001100 | 0 | 1011101 | 10000 | 1101101 | 1011000 | 101101 |
Color Harmonies of #33D50E
Complementary color
Monochromatic Colors of #33D50E
Black with #33D50E
Text Example
Text Example
White with #33D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D50E; }
p { color: rgb(51,213,14); }
H1.HeaderClassName
{
color: #33D50E;
}
.AnyTagClassName
{
color: #33D50E;
}
</style>
background-color css
<style>
a { background-color: #33D50E; }
a { background-color: rgb(51,213,14); }
div.DivClassName
{
background-color: #33D50E;
}
.BgClassName
{
background-color: #33D50E;
}
</style>
border-color css
<style>
span { border-color: #33D50E; }
span { border-color: rgb(51,213,14); }
td.TdClassName
{
border-color: #33D50E;
}
.TagClassName
{
border-color: #33D50E;
}
</style>