Shades of Emerald #33D575
Tints of Emerald #33D575
RGB
CMYK
RGB Variations
Color information
#33D575 (or 0x33D575) is known color: Emerald. HEX triplet: 33, D5 and 75. RGB value is (51,213,117). Sum of RGB (Red+Green+Blue) = 51+213+117=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #33D575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D575 is #CC2A8A. Grayscale: #999999. Windows color (decimal): -13380235 or 7722291. OLE color: 7722291.
HSL color Cylindrical-coordinate representation of color #33D575: hue angle of 144.44º degrees, saturation: 0.66, 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 #33D575 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 117 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.16 |
| HSL | 144.44º | 0.66% | 0.52% | - |
| HSV(B) | 144.44º | 0.76% | 0.84% | - |
| XYZ | 28.37 | 49.58 | 24.9 | - |
| YUV | 153.62 | 107.33 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 117 | 0.76 | 0 | 0.45 | 0.16 | 144.44 | 0.66 | 0.52 |
| Hex | 33 | D5 | 75 | 4C | 0 | 2D | 10 | 90 | 42 | 34 |
| Octal | 63 | 325 | 165 | 114 | 0 | 55 | 20 | 220 | 102 | 64 |
| Binary | 110011 | 11010101 | 1110101 | 1001100 | 0 | 101101 | 10000 | 10010000 | 1000010 | 110100 |
Color Harmonies of #33D575
Complementary color
Monochromatic Colors of #33D575
Black with #33D575
Text Example
Text Example
White with #33D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D575; }
p { color: rgb(51,213,117); }
H1.HeaderClassName
{
color: #33D575;
}
.AnyTagClassName
{
color: #33D575;
}
</style>
background-color css
<style>
a { background-color: #33D575; }
a { background-color: rgb(51,213,117); }
div.DivClassName
{
background-color: #33D575;
}
.BgClassName
{
background-color: #33D575;
}
</style>
border-color css
<style>
span { border-color: #33D575; }
span { border-color: rgb(51,213,117); }
td.TdClassName
{
border-color: #33D575;
}
.TagClassName
{
border-color: #33D575;
}
</style>