Shades of Emerald #33F472
Tints of Emerald #33F472
RGB
CMYK
RGB Variations
Color information
#33F472 (or 0x33F472) is known color: Emerald. HEX triplet: 33, F4 and 72. RGB value is (51,244,114). Sum of RGB (Red+Green+Blue) = 51+244+114=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #33F472 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F472 is #CC0B8D. Grayscale: #ABABAB. Windows color (decimal): -13372302 or 7533619. OLE color: 7533619.
HSL color Cylindrical-coordinate representation of color #33F472: hue angle of 139.59º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F472 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 244 | 114 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.04 |
| HSL | 139.59º | 0.9% | 0.58% | - |
| HSV(B) | 139.59º | 0.79% | 0.96% | - |
| XYZ | 36.75 | 66.62 | 26.84 | - |
| YUV | 171.47 | 95.56 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 244 | 114 | 0.79 | 0 | 0.53 | 0.04 | 139.59 | 0.9 | 0.58 |
| Hex | 33 | F4 | 72 | 4F | 0 | 35 | 4 | 8C | 5A | 3A |
| Octal | 63 | 364 | 162 | 117 | 0 | 65 | 4 | 214 | 132 | 72 |
| Binary | 110011 | 11110100 | 1110010 | 1001111 | 0 | 110101 | 100 | 10001100 | 1011010 | 111010 |
Color Harmonies of #33F472
Complementary color
Monochromatic Colors of #33F472
Black with #33F472
Text Example
Text Example
White with #33F472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F472; }
p { color: rgb(51,244,114); }
H1.HeaderClassName
{
color: #33F472;
}
.AnyTagClassName
{
color: #33F472;
}
</style>
background-color css
<style>
a { background-color: #33F472; }
a { background-color: rgb(51,244,114); }
div.DivClassName
{
background-color: #33F472;
}
.BgClassName
{
background-color: #33F472;
}
</style>
border-color css
<style>
span { border-color: #33F472; }
span { border-color: rgb(51,244,114); }
td.TdClassName
{
border-color: #33F472;
}
.TagClassName
{
border-color: #33F472;
}
</style>