Shades of Emerald #33DB68
Tints of Emerald #33DB68
RGB
CMYK
RGB Variations
Color information
#33DB68 (or 0x33DB68) is known color: Emerald. HEX triplet: 33, DB and 68. RGB value is (51,219,104). Sum of RGB (Red+Green+Blue) = 51+219+104=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DB68 is #CC2497. Grayscale: #9B9B9B. Windows color (decimal): -13378712 or 6871859. OLE color: 6871859.
HSL color Cylindrical-coordinate representation of color #33DB68: hue angle of 138.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DB68 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 104 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.14 |
| HSL | 138.93º | 0.7% | 0.53% | - |
| HSV(B) | 138.93º | 0.77% | 0.86% | - |
| XYZ | 29.2 | 52.37 | 21.67 | - |
| YUV | 155.66 | 98.84 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 104 | 0.77 | 0 | 0.53 | 0.14 | 138.93 | 0.7 | 0.53 |
| Hex | 33 | DB | 68 | 4D | 0 | 35 | E | 8B | 46 | 35 |
| Octal | 63 | 333 | 150 | 115 | 0 | 65 | 16 | 213 | 106 | 65 |
| Binary | 110011 | 11011011 | 1101000 | 1001101 | 0 | 110101 | 1110 | 10001011 | 1000110 | 110101 |
Color Harmonies of #33DB68
Complementary color
Monochromatic Colors of #33DB68
Black with #33DB68
Text Example
Text Example
White with #33DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DB68; }
p { color: rgb(51,219,104); }
H1.HeaderClassName
{
color: #33DB68;
}
.AnyTagClassName
{
color: #33DB68;
}
</style>
background-color css
<style>
a { background-color: #33DB68; }
a { background-color: rgb(51,219,104); }
div.DivClassName
{
background-color: #33DB68;
}
.BgClassName
{
background-color: #33DB68;
}
</style>
border-color css
<style>
span { border-color: #33DB68; }
span { border-color: rgb(51,219,104); }
td.TdClassName
{
border-color: #33DB68;
}
.TagClassName
{
border-color: #33DB68;
}
</style>