Shades of Emerald #33F076
Tints of Emerald #33F076
RGB
CMYK
RGB Variations
Color information
#33F076 (or 0x33F076) is known color: Emerald. HEX triplet: 33, F0 and 76. RGB value is (51,240,118). Sum of RGB (Red+Green+Blue) = 51+240+118=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 240 (94.14% from 255 or 58.68% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 240 - color contains mainly: green. Hex color #33F076 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F076 is #CC0F89. Grayscale: #A9A9A9. Windows color (decimal): -13373322 or 7794739. OLE color: 7794739.
HSL color Cylindrical-coordinate representation of color #33F076: hue angle of 141.27º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F076 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 240 | 118 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.06 |
| HSL | 141.27º | 0.86% | 0.57% | - |
| HSV(B) | 141.27º | 0.79% | 0.94% | - |
| XYZ | 35.8 | 64.33 | 27.67 | - |
| YUV | 169.58 | 98.88 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 240 | 118 | 0.79 | 0 | 0.51 | 0.06 | 141.27 | 0.86 | 0.57 |
| Hex | 33 | F0 | 76 | 4F | 0 | 33 | 6 | 8D | 56 | 39 |
| Octal | 63 | 360 | 166 | 117 | 0 | 63 | 6 | 215 | 126 | 71 |
| Binary | 110011 | 11110000 | 1110110 | 1001111 | 0 | 110011 | 110 | 10001101 | 1010110 | 111001 |
Color Harmonies of #33F076
Complementary color
Monochromatic Colors of #33F076
Black with #33F076
Text Example
Text Example
White with #33F076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F076; }
p { color: rgb(51,240,118); }
H1.HeaderClassName
{
color: #33F076;
}
.AnyTagClassName
{
color: #33F076;
}
</style>
background-color css
<style>
a { background-color: #33F076; }
a { background-color: rgb(51,240,118); }
div.DivClassName
{
background-color: #33F076;
}
.BgClassName
{
background-color: #33F076;
}
</style>
border-color css
<style>
span { border-color: #33F076; }
span { border-color: rgb(51,240,118); }
td.TdClassName
{
border-color: #33F076;
}
.TagClassName
{
border-color: #33F076;
}
</style>