Shades of Malachite #33FA5E
Tints of Malachite #33FA5E
RGB
CMYK
RGB Variations
Color information
#33FA5E (or 0x33FA5E) is known color: Malachite. HEX triplet: 33, FA and 5E. RGB value is (51,250,94). Sum of RGB (Red+Green+Blue) = 51+250+94=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 250 (98.05% from 255 or 63.29% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 250 - color contains mainly: green. Hex color #33FA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33FA5E is #CC05A1. Grayscale: #ADADAD. Windows color (decimal): -13370786 or 6224435. OLE color: 6224435.
HSL color Cylindrical-coordinate representation of color #33FA5E: hue angle of 132.96º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FA5E is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 250 | 94 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.02 |
| HSL | 132.96º | 0.95% | 0.59% | - |
| HSV(B) | 132.96º | 0.8% | 0.98% | - |
| XYZ | 37.57 | 69.88 | 22.1 | - |
| YUV | 172.72 | 83.57 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 250 | 94 | 0.80 | 0 | 0.62 | 0.02 | 132.96 | 0.95 | 0.59 |
| Hex | 33 | FA | 5E | 50 | 0 | 3E | 2 | 85 | 5F | 3B |
| Octal | 63 | 372 | 136 | 120 | 0 | 76 | 2 | 205 | 137 | 73 |
| Binary | 110011 | 11111010 | 1011110 | 1010000 | 0 | 111110 | 10 | 10000101 | 1011111 | 111011 |
Color Harmonies of #33FA5E
Complementary color
Monochromatic Colors of #33FA5E
Black with #33FA5E
Text Example
Text Example
White with #33FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FA5E; }
p { color: rgb(51,250,94); }
H1.HeaderClassName
{
color: #33FA5E;
}
.AnyTagClassName
{
color: #33FA5E;
}
</style>
background-color css
<style>
a { background-color: #33FA5E; }
a { background-color: rgb(51,250,94); }
div.DivClassName
{
background-color: #33FA5E;
}
.BgClassName
{
background-color: #33FA5E;
}
</style>
border-color css
<style>
span { border-color: #33FA5E; }
span { border-color: rgb(51,250,94); }
td.TdClassName
{
border-color: #33FA5E;
}
.TagClassName
{
border-color: #33FA5E;
}
</style>