Shades of Malachite #33F85A
Tints of Malachite #33F85A
RGB
CMYK
RGB Variations
Color information
#33F85A (or 0x33F85A) is known color: Malachite. HEX triplet: 33, F8 and 5A. RGB value is (51,248,90). Sum of RGB (Red+Green+Blue) = 51+248+90=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 248 (97.27% from 255 or 63.75% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 248 - color contains mainly: green. Hex color #33F85A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F85A is #CC07A5. Grayscale: #ABABAB. Windows color (decimal): -13371302 or 5961779. OLE color: 5961779.
HSL color Cylindrical-coordinate representation of color #33F85A: hue angle of 131.88º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F85A is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 248 | 90 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.03 |
| HSL | 131.88º | 0.93% | 0.59% | - |
| HSV(B) | 131.88º | 0.79% | 0.97% | - |
| XYZ | 36.78 | 68.58 | 20.97 | - |
| YUV | 171.09 | 82.23 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 248 | 90 | 0.79 | 0 | 0.64 | 0.03 | 131.88 | 0.93 | 0.59 |
| Hex | 33 | F8 | 5A | 4F | 0 | 40 | 3 | 84 | 5D | 3B |
| Octal | 63 | 370 | 132 | 117 | 0 | 100 | 3 | 204 | 135 | 73 |
| Binary | 110011 | 11111000 | 1011010 | 1001111 | 0 | 1000000 | 11 | 10000100 | 1011101 | 111011 |
Color Harmonies of #33F85A
Complementary color
Monochromatic Colors of #33F85A
Black with #33F85A
Text Example
Text Example
White with #33F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F85A; }
p { color: rgb(51,248,90); }
H1.HeaderClassName
{
color: #33F85A;
}
.AnyTagClassName
{
color: #33F85A;
}
</style>
background-color css
<style>
a { background-color: #33F85A; }
a { background-color: rgb(51,248,90); }
div.DivClassName
{
background-color: #33F85A;
}
.BgClassName
{
background-color: #33F85A;
}
</style>
border-color css
<style>
span { border-color: #33F85A; }
span { border-color: rgb(51,248,90); }
td.TdClassName
{
border-color: #33F85A;
}
.TagClassName
{
border-color: #33F85A;
}
</style>