Shades of Emerald #33ED7A
Tints of Emerald #33ED7A
RGB
CMYK
RGB Variations
Color information
#33ED7A (or 0x33ED7A) is known color: Emerald. HEX triplet: 33, ED and 7A. RGB value is (51,237,122). Sum of RGB (Red+Green+Blue) = 51+237+122=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 237 (92.97% from 255 or 57.80% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33ED7A is #CC1285. Grayscale: #A8A8A8. Windows color (decimal): -13374086 or 8056115. OLE color: 8056115.
HSL color Cylindrical-coordinate representation of color #33ED7A: hue angle of 142.9º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ED7A is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 122 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.07 |
| HSL | 142.9º | 0.84% | 0.56% | - |
| HSV(B) | 142.9º | 0.78% | 0.93% | - |
| XYZ | 35.16 | 62.68 | 28.66 | - |
| YUV | 168.28 | 101.88 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 122 | 0.78 | 0 | 0.49 | 0.07 | 142.9 | 0.84 | 0.56 |
| Hex | 33 | ED | 7A | 4E | 0 | 31 | 7 | 8F | 54 | 38 |
| Octal | 63 | 355 | 172 | 116 | 0 | 61 | 7 | 217 | 124 | 70 |
| Binary | 110011 | 11101101 | 1111010 | 1001110 | 0 | 110001 | 111 | 10001111 | 1010100 | 111000 |
Color Harmonies of #33ED7A
Complementary color
Monochromatic Colors of #33ED7A
Black with #33ED7A
Text Example
Text Example
White with #33ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ED7A; }
p { color: rgb(51,237,122); }
H1.HeaderClassName
{
color: #33ED7A;
}
.AnyTagClassName
{
color: #33ED7A;
}
</style>
background-color css
<style>
a { background-color: #33ED7A; }
a { background-color: rgb(51,237,122); }
div.DivClassName
{
background-color: #33ED7A;
}
.BgClassName
{
background-color: #33ED7A;
}
</style>
border-color css
<style>
span { border-color: #33ED7A; }
span { border-color: rgb(51,237,122); }
td.TdClassName
{
border-color: #33ED7A;
}
.TagClassName
{
border-color: #33ED7A;
}
</style>