Shades of Emerald #33D661
Tints of Emerald #33D661
RGB
CMYK
RGB Variations
Color information
#33D661 (or 0x33D661) is known color: Emerald. HEX triplet: 33, D6 and 61. RGB value is (51,214,97). Sum of RGB (Red+Green+Blue) = 51+214+97=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #33D661 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D661 is #CC299E. Grayscale: #989898. Windows color (decimal): -13379999 or 6411827. OLE color: 6411827.
HSL color Cylindrical-coordinate representation of color #33D661: hue angle of 136.93º 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 #33D661 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 97 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.16 |
| HSL | 136.93º | 0.67% | 0.52% | - |
| HSV(B) | 136.93º | 0.76% | 0.84% | - |
| XYZ | 27.57 | 49.66 | 19.44 | - |
| YUV | 151.93 | 97 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 97 | 0.76 | 0 | 0.55 | 0.16 | 136.93 | 0.67 | 0.52 |
| Hex | 33 | D6 | 61 | 4C | 0 | 37 | 10 | 89 | 43 | 34 |
| Octal | 63 | 326 | 141 | 114 | 0 | 67 | 20 | 211 | 103 | 64 |
| Binary | 110011 | 11010110 | 1100001 | 1001100 | 0 | 110111 | 10000 | 10001001 | 1000011 | 110100 |
Color Harmonies of #33D661
Complementary color
Monochromatic Colors of #33D661
Black with #33D661
Text Example
Text Example
White with #33D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D661; }
p { color: rgb(51,214,97); }
H1.HeaderClassName
{
color: #33D661;
}
.AnyTagClassName
{
color: #33D661;
}
</style>
background-color css
<style>
a { background-color: #33D661; }
a { background-color: rgb(51,214,97); }
div.DivClassName
{
background-color: #33D661;
}
.BgClassName
{
background-color: #33D661;
}
</style>
border-color css
<style>
span { border-color: #33D661; }
span { border-color: rgb(51,214,97); }
td.TdClassName
{
border-color: #33D661;
}
.TagClassName
{
border-color: #33D661;
}
</style>