Shades of Emerald #33DE69
Tints of Emerald #33DE69
RGB
CMYK
RGB Variations
Color information
#33DE69 (or 0x33DE69) is known color: Emerald. HEX triplet: 33, DE and 69. RGB value is (51,222,105). Sum of RGB (Red+Green+Blue) = 51+222+105=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #33DE69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DE69 is #CC2196. Grayscale: #9D9D9D. Windows color (decimal): -13377943 or 6938163. OLE color: 6938163.
HSL color Cylindrical-coordinate representation of color #33DE69: hue angle of 138.95º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DE69 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 222 | 105 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.13 |
| HSL | 138.95º | 0.72% | 0.54% | - |
| HSV(B) | 138.95º | 0.77% | 0.87% | - |
| XYZ | 30.04 | 53.97 | 22.2 | - |
| YUV | 157.53 | 98.35 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 222 | 105 | 0.77 | 0 | 0.53 | 0.13 | 138.95 | 0.72 | 0.54 |
| Hex | 33 | DE | 69 | 4D | 0 | 35 | D | 8B | 48 | 36 |
| Octal | 63 | 336 | 151 | 115 | 0 | 65 | 15 | 213 | 110 | 66 |
| Binary | 110011 | 11011110 | 1101001 | 1001101 | 0 | 110101 | 1101 | 10001011 | 1001000 | 110110 |
Color Harmonies of #33DE69
Complementary color
Monochromatic Colors of #33DE69
Black with #33DE69
Text Example
Text Example
White with #33DE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DE69; }
p { color: rgb(51,222,105); }
H1.HeaderClassName
{
color: #33DE69;
}
.AnyTagClassName
{
color: #33DE69;
}
</style>
background-color css
<style>
a { background-color: #33DE69; }
a { background-color: rgb(51,222,105); }
div.DivClassName
{
background-color: #33DE69;
}
.BgClassName
{
background-color: #33DE69;
}
</style>
border-color css
<style>
span { border-color: #33DE69; }
span { border-color: rgb(51,222,105); }
td.TdClassName
{
border-color: #33DE69;
}
.TagClassName
{
border-color: #33DE69;
}
</style>