Shades of Emerald #33D266
Tints of Emerald #33D266
RGB
CMYK
RGB Variations
Color information
#33D266 (or 0x33D266) is known color: Emerald. HEX triplet: 33, D2 and 66. RGB value is (51,210,102). Sum of RGB (Red+Green+Blue) = 51+210+102=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #33D266 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D266 is #CC2D99. Grayscale: #969696. Windows color (decimal): -13381018 or 6738483. OLE color: 6738483.
HSL color Cylindrical-coordinate representation of color #33D266: hue angle of 139.25º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D266 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 102 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.18 |
| HSL | 139.25º | 0.64% | 0.51% | - |
| HSV(B) | 139.25º | 0.76% | 0.82% | - |
| XYZ | 26.81 | 47.76 | 20.38 | - |
| YUV | 150.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 102 | 0.76 | 0 | 0.51 | 0.18 | 139.25 | 0.64 | 0.51 |
| Hex | 33 | D2 | 66 | 4C | 0 | 33 | 12 | 8B | 40 | 33 |
| Octal | 63 | 322 | 146 | 114 | 0 | 63 | 22 | 213 | 100 | 63 |
| Binary | 110011 | 11010010 | 1100110 | 1001100 | 0 | 110011 | 10010 | 10001011 | 1000000 | 110011 |
Color Harmonies of #33D266
Complementary color
Monochromatic Colors of #33D266
Black with #33D266
Text Example
Text Example
White with #33D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D266; }
p { color: rgb(51,210,102); }
H1.HeaderClassName
{
color: #33D266;
}
.AnyTagClassName
{
color: #33D266;
}
</style>
background-color css
<style>
a { background-color: #33D266; }
a { background-color: rgb(51,210,102); }
div.DivClassName
{
background-color: #33D266;
}
.BgClassName
{
background-color: #33D266;
}
</style>
border-color css
<style>
span { border-color: #33D266; }
span { border-color: rgb(51,210,102); }
td.TdClassName
{
border-color: #33D266;
}
.TagClassName
{
border-color: #33D266;
}
</style>