Shades of Emerald #33D664
Tints of Emerald #33D664
RGB
CMYK
RGB Variations
Color information
#33D664 (or 0x33D664) is known color: Emerald. HEX triplet: 33, D6 and 64. RGB value is (51,214,100). Sum of RGB (Red+Green+Blue) = 51+214+100=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #33D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D664 is #CC299B. Grayscale: #989898. Windows color (decimal): -13379996 or 6608435. OLE color: 6608435.
HSL color Cylindrical-coordinate representation of color #33D664: hue angle of 138.04º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D664 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 100 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.16 |
| HSL | 138.04º | 0.67% | 0.52% | - |
| HSV(B) | 138.04º | 0.76% | 0.84% | - |
| XYZ | 27.71 | 49.72 | 20.19 | - |
| YUV | 152.27 | 98.5 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 100 | 0.76 | 0 | 0.53 | 0.16 | 138.04 | 0.67 | 0.52 |
| Hex | 33 | D6 | 64 | 4C | 0 | 35 | 10 | 8A | 43 | 34 |
| Octal | 63 | 326 | 144 | 114 | 0 | 65 | 20 | 212 | 103 | 64 |
| Binary | 110011 | 11010110 | 1100100 | 1001100 | 0 | 110101 | 10000 | 10001010 | 1000011 | 110100 |
Color Harmonies of #33D664
Complementary color
Monochromatic Colors of #33D664
Black with #33D664
Text Example
Text Example
White with #33D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D664; }
p { color: rgb(51,214,100); }
H1.HeaderClassName
{
color: #33D664;
}
.AnyTagClassName
{
color: #33D664;
}
</style>
background-color css
<style>
a { background-color: #33D664; }
a { background-color: rgb(51,214,100); }
div.DivClassName
{
background-color: #33D664;
}
.BgClassName
{
background-color: #33D664;
}
</style>
border-color css
<style>
span { border-color: #33D664; }
span { border-color: rgb(51,214,100); }
td.TdClassName
{
border-color: #33D664;
}
.TagClassName
{
border-color: #33D664;
}
</style>