Shades of Emerald #33D868
Tints of Emerald #33D868
RGB
CMYK
RGB Variations
Color information
#33D868 (or 0x33D868) is known color: Emerald. HEX triplet: 33, D8 and 68. RGB value is (51,216,104). Sum of RGB (Red+Green+Blue) = 51+216+104=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #33D868 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D868 is #CC2797. Grayscale: #9A9A9A. Windows color (decimal): -13379480 or 6871091. OLE color: 6871091.
HSL color Cylindrical-coordinate representation of color #33D868: hue angle of 139.27º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D868 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 216 | 104 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.15 |
| HSL | 139.27º | 0.68% | 0.52% | - |
| HSV(B) | 139.27º | 0.76% | 0.85% | - |
| XYZ | 28.42 | 50.82 | 21.41 | - |
| YUV | 153.9 | 99.84 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 216 | 104 | 0.76 | 0 | 0.52 | 0.15 | 139.27 | 0.68 | 0.52 |
| Hex | 33 | D8 | 68 | 4C | 0 | 34 | F | 8B | 44 | 34 |
| Octal | 63 | 330 | 150 | 114 | 0 | 64 | 17 | 213 | 104 | 64 |
| Binary | 110011 | 11011000 | 1101000 | 1001100 | 0 | 110100 | 1111 | 10001011 | 1000100 | 110100 |
Color Harmonies of #33D868
Complementary color
Monochromatic Colors of #33D868
Black with #33D868
Text Example
Text Example
White with #33D868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D868; }
p { color: rgb(51,216,104); }
H1.HeaderClassName
{
color: #33D868;
}
.AnyTagClassName
{
color: #33D868;
}
</style>
background-color css
<style>
a { background-color: #33D868; }
a { background-color: rgb(51,216,104); }
div.DivClassName
{
background-color: #33D868;
}
.BgClassName
{
background-color: #33D868;
}
</style>
border-color css
<style>
span { border-color: #33D868; }
span { border-color: rgb(51,216,104); }
td.TdClassName
{
border-color: #33D868;
}
.TagClassName
{
border-color: #33D868;
}
</style>