Shades of Emerald #33E068
Tints of Emerald #33E068
RGB
CMYK
RGB Variations
Color information
#33E068 (or 0x33E068) is known color: Emerald. HEX triplet: 33, E0 and 68. RGB value is (51,224,104). Sum of RGB (Red+Green+Blue) = 51+224+104=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #33E068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33E068 is #CC1F97. Grayscale: #9E9E9E. Windows color (decimal): -13377432 or 6873139. OLE color: 6873139.
HSL color Cylindrical-coordinate representation of color #33E068: hue angle of 138.38º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E068 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 224 | 104 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.12 |
| HSL | 138.38º | 0.74% | 0.54% | - |
| HSV(B) | 138.38º | 0.77% | 0.88% | - |
| XYZ | 30.52 | 55.01 | 22.11 | - |
| YUV | 158.59 | 97.19 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 224 | 104 | 0.77 | 0 | 0.54 | 0.12 | 138.38 | 0.74 | 0.54 |
| Hex | 33 | E0 | 68 | 4D | 0 | 36 | C | 8A | 4A | 36 |
| Octal | 63 | 340 | 150 | 115 | 0 | 66 | 14 | 212 | 112 | 66 |
| Binary | 110011 | 11100000 | 1101000 | 1001101 | 0 | 110110 | 1100 | 10001010 | 1001010 | 110110 |
Color Harmonies of #33E068
Complementary color
Monochromatic Colors of #33E068
Black with #33E068
Text Example
Text Example
White with #33E068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E068; }
p { color: rgb(51,224,104); }
H1.HeaderClassName
{
color: #33E068;
}
.AnyTagClassName
{
color: #33E068;
}
</style>
background-color css
<style>
a { background-color: #33E068; }
a { background-color: rgb(51,224,104); }
div.DivClassName
{
background-color: #33E068;
}
.BgClassName
{
background-color: #33E068;
}
</style>
border-color css
<style>
span { border-color: #33E068; }
span { border-color: rgb(51,224,104); }
td.TdClassName
{
border-color: #33E068;
}
.TagClassName
{
border-color: #33E068;
}
</style>