Shades of Emerald #33D963
Tints of Emerald #33D963
RGB
CMYK
RGB Variations
Color information
#33D963 (or 0x33D963) is known color: Emerald. HEX triplet: 33, D9 and 63. RGB value is (51,217,99). Sum of RGB (Red+Green+Blue) = 51+217+99=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #33D963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D963 is #CC269C. Grayscale: #9A9A9A. Windows color (decimal): -13379229 or 6543667. OLE color: 6543667.
HSL color Cylindrical-coordinate representation of color #33D963: hue angle of 137.35º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D963 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 99 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.15 |
| HSL | 137.35º | 0.69% | 0.53% | - |
| HSV(B) | 137.35º | 0.76% | 0.85% | - |
| XYZ | 28.43 | 51.23 | 20.19 | - |
| YUV | 153.91 | 97 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 99 | 0.76 | 0 | 0.54 | 0.15 | 137.35 | 0.69 | 0.53 |
| Hex | 33 | D9 | 63 | 4C | 0 | 36 | F | 89 | 45 | 35 |
| Octal | 63 | 331 | 143 | 114 | 0 | 66 | 17 | 211 | 105 | 65 |
| Binary | 110011 | 11011001 | 1100011 | 1001100 | 0 | 110110 | 1111 | 10001001 | 1000101 | 110101 |
Color Harmonies of #33D963
Complementary color
Monochromatic Colors of #33D963
Black with #33D963
Text Example
Text Example
White with #33D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D963; }
p { color: rgb(51,217,99); }
H1.HeaderClassName
{
color: #33D963;
}
.AnyTagClassName
{
color: #33D963;
}
</style>
background-color css
<style>
a { background-color: #33D963; }
a { background-color: rgb(51,217,99); }
div.DivClassName
{
background-color: #33D963;
}
.BgClassName
{
background-color: #33D963;
}
</style>
border-color css
<style>
span { border-color: #33D963; }
span { border-color: rgb(51,217,99); }
td.TdClassName
{
border-color: #33D963;
}
.TagClassName
{
border-color: #33D963;
}
</style>