Shades of Emerald #33D669
Tints of Emerald #33D669
RGB
CMYK
RGB Variations
Color information
#33D669 (or 0x33D669) is known color: Emerald. HEX triplet: 33, D6 and 69. RGB value is (51,214,105). Sum of RGB (Red+Green+Blue) = 51+214+105=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 214 (83.98% from 255 or 57.84% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 214 - color contains mainly: green. Hex color #33D669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D669 is #CC2996. Grayscale: #999999. Windows color (decimal): -13379991 or 6936115. OLE color: 6936115.
HSL color Cylindrical-coordinate representation of color #33D669: hue angle of 139.88º 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 #33D669 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 105 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.16 |
| HSL | 139.88º | 0.67% | 0.52% | - |
| HSV(B) | 139.88º | 0.76% | 0.84% | - |
| XYZ | 27.96 | 49.82 | 21.51 | - |
| YUV | 152.84 | 101 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 105 | 0.76 | 0 | 0.51 | 0.16 | 139.88 | 0.67 | 0.52 |
| Hex | 33 | D6 | 69 | 4C | 0 | 33 | 10 | 8C | 43 | 34 |
| Octal | 63 | 326 | 151 | 114 | 0 | 63 | 20 | 214 | 103 | 64 |
| Binary | 110011 | 11010110 | 1101001 | 1001100 | 0 | 110011 | 10000 | 10001100 | 1000011 | 110100 |
Color Harmonies of #33D669
Complementary color
Monochromatic Colors of #33D669
Black with #33D669
Text Example
Text Example
White with #33D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D669; }
p { color: rgb(51,214,105); }
H1.HeaderClassName
{
color: #33D669;
}
.AnyTagClassName
{
color: #33D669;
}
</style>
background-color css
<style>
a { background-color: #33D669; }
a { background-color: rgb(51,214,105); }
div.DivClassName
{
background-color: #33D669;
}
.BgClassName
{
background-color: #33D669;
}
</style>
border-color css
<style>
span { border-color: #33D669; }
span { border-color: rgb(51,214,105); }
td.TdClassName
{
border-color: #33D669;
}
.TagClassName
{
border-color: #33D669;
}
</style>