Shades of Emerald #33D561
Tints of Emerald #33D561
RGB
CMYK
RGB Variations
Color information
#33D561 (or 0x33D561) is known color: Emerald. HEX triplet: 33, D5 and 61. RGB value is (51,213,97). Sum of RGB (Red+Green+Blue) = 51+213+97=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #33D561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D561 is #CC2A9E. Grayscale: #979797. Windows color (decimal): -13380255 or 6411571. OLE color: 6411571.
HSL color Cylindrical-coordinate representation of color #33D561: hue angle of 137.04º 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 #33D561 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 97 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.16 |
| HSL | 137.04º | 0.66% | 0.52% | - |
| HSV(B) | 137.04º | 0.76% | 0.84% | - |
| XYZ | 27.32 | 49.16 | 19.36 | - |
| YUV | 151.34 | 97.33 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 97 | 0.76 | 0 | 0.54 | 0.16 | 137.04 | 0.66 | 0.52 |
| Hex | 33 | D5 | 61 | 4C | 0 | 36 | 10 | 89 | 42 | 34 |
| Octal | 63 | 325 | 141 | 114 | 0 | 66 | 20 | 211 | 102 | 64 |
| Binary | 110011 | 11010101 | 1100001 | 1001100 | 0 | 110110 | 10000 | 10001001 | 1000010 | 110100 |
Color Harmonies of #33D561
Complementary color
Monochromatic Colors of #33D561
Black with #33D561
Text Example
Text Example
White with #33D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D561; }
p { color: rgb(51,213,97); }
H1.HeaderClassName
{
color: #33D561;
}
.AnyTagClassName
{
color: #33D561;
}
</style>
background-color css
<style>
a { background-color: #33D561; }
a { background-color: rgb(51,213,97); }
div.DivClassName
{
background-color: #33D561;
}
.BgClassName
{
background-color: #33D561;
}
</style>
border-color css
<style>
span { border-color: #33D561; }
span { border-color: rgb(51,213,97); }
td.TdClassName
{
border-color: #33D561;
}
.TagClassName
{
border-color: #33D561;
}
</style>