Shades of Emerald #33D760
Tints of Emerald #33D760
RGB
CMYK
RGB Variations
Color information
#33D760 (or 0x33D760) is known color: Emerald. HEX triplet: 33, D7 and 60. RGB value is (51,215,96). Sum of RGB (Red+Green+Blue) = 51+215+96=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #33D760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D760 is #CC289F. Grayscale: #989898. Windows color (decimal): -13379744 or 6346547. OLE color: 6346547.
HSL color Cylindrical-coordinate representation of color #33D760: hue angle of 136.46º 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 #33D760 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 215 | 96 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.16 |
| HSL | 136.46º | 0.67% | 0.52% | - |
| HSV(B) | 136.46º | 0.76% | 0.84% | - |
| XYZ | 27.78 | 50.15 | 19.28 | - |
| YUV | 152.4 | 96.17 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 215 | 96 | 0.76 | 0 | 0.55 | 0.16 | 136.46 | 0.67 | 0.52 |
| Hex | 33 | D7 | 60 | 4C | 0 | 37 | 10 | 88 | 43 | 34 |
| Octal | 63 | 327 | 140 | 114 | 0 | 67 | 20 | 210 | 103 | 64 |
| Binary | 110011 | 11010111 | 1100000 | 1001100 | 0 | 110111 | 10000 | 10001000 | 1000011 | 110100 |
Color Harmonies of #33D760
Complementary color
Monochromatic Colors of #33D760
Black with #33D760
Text Example
Text Example
White with #33D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D760; }
p { color: rgb(51,215,96); }
H1.HeaderClassName
{
color: #33D760;
}
.AnyTagClassName
{
color: #33D760;
}
</style>
background-color css
<style>
a { background-color: #33D760; }
a { background-color: rgb(51,215,96); }
div.DivClassName
{
background-color: #33D760;
}
.BgClassName
{
background-color: #33D760;
}
</style>
border-color css
<style>
span { border-color: #33D760; }
span { border-color: rgb(51,215,96); }
td.TdClassName
{
border-color: #33D760;
}
.TagClassName
{
border-color: #33D760;
}
</style>