Shades of Malachite #33F355
Tints of Malachite #33F355
RGB
CMYK
RGB Variations
Color information
#33F355 (or 0x33F355) is known color: Malachite. HEX triplet: 33, F3 and 55. RGB value is (51,243,85). Sum of RGB (Red+Green+Blue) = 51+243+85=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #33F355 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F355 is #CC0CAA. Grayscale: #A8A8A8. Windows color (decimal): -13372587 or 5632819. OLE color: 5632819.
HSL color Cylindrical-coordinate representation of color #33F355: hue angle of 130.62º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F355 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 243 | 85 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.05 |
| HSL | 130.63º | 0.89% | 0.58% | - |
| HSV(B) | 130.63º | 0.79% | 0.95% | - |
| XYZ | 35.06 | 65.46 | 19.38 | - |
| YUV | 167.58 | 81.39 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 243 | 85 | 0.79 | 0 | 0.65 | 0.05 | 130.63 | 0.89 | 0.58 |
| Hex | 33 | F3 | 55 | 4F | 0 | 41 | 5 | 83 | 59 | 3A |
| Octal | 63 | 363 | 125 | 117 | 0 | 101 | 5 | 203 | 131 | 72 |
| Binary | 110011 | 11110011 | 1010101 | 1001111 | 0 | 1000001 | 101 | 10000011 | 1011001 | 111010 |
Color Harmonies of #33F355
Complementary color
Monochromatic Colors of #33F355
Black with #33F355
Text Example
Text Example
White with #33F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F355; }
p { color: rgb(51,243,85); }
H1.HeaderClassName
{
color: #33F355;
}
.AnyTagClassName
{
color: #33F355;
}
</style>
background-color css
<style>
a { background-color: #33F355; }
a { background-color: rgb(51,243,85); }
div.DivClassName
{
background-color: #33F355;
}
.BgClassName
{
background-color: #33F355;
}
</style>
border-color css
<style>
span { border-color: #33F355; }
span { border-color: rgb(51,243,85); }
td.TdClassName
{
border-color: #33F355;
}
.TagClassName
{
border-color: #33F355;
}
</style>