Shades of Malachite #33F253
Tints of Malachite #33F253
RGB
CMYK
RGB Variations
Color information
#33F253 (or 0x33F253) is known color: Malachite. HEX triplet: 33, F2 and 53. RGB value is (51,242,83). Sum of RGB (Red+Green+Blue) = 51+242+83=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #33F253 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F253 is #CC0DAC. Grayscale: #A7A7A7. Windows color (decimal): -13372845 or 5501491. OLE color: 5501491.
HSL color Cylindrical-coordinate representation of color #33F253: hue angle of 130.05º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F253 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 242 | 83 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.05 |
| HSL | 130.05º | 0.88% | 0.57% | - |
| HSV(B) | 130.05º | 0.79% | 0.95% | - |
| XYZ | 34.68 | 64.83 | 18.87 | - |
| YUV | 166.77 | 80.72 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 242 | 83 | 0.79 | 0 | 0.66 | 0.05 | 130.05 | 0.88 | 0.57 |
| Hex | 33 | F2 | 53 | 4F | 0 | 42 | 5 | 82 | 58 | 39 |
| Octal | 63 | 362 | 123 | 117 | 0 | 102 | 5 | 202 | 130 | 71 |
| Binary | 110011 | 11110010 | 1010011 | 1001111 | 0 | 1000010 | 101 | 10000010 | 1011000 | 111001 |
Color Harmonies of #33F253
Complementary color
Monochromatic Colors of #33F253
Black with #33F253
Text Example
Text Example
White with #33F253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F253; }
p { color: rgb(51,242,83); }
H1.HeaderClassName
{
color: #33F253;
}
.AnyTagClassName
{
color: #33F253;
}
</style>
background-color css
<style>
a { background-color: #33F253; }
a { background-color: rgb(51,242,83); }
div.DivClassName
{
background-color: #33F253;
}
.BgClassName
{
background-color: #33F253;
}
</style>
border-color css
<style>
span { border-color: #33F253; }
span { border-color: rgb(51,242,83); }
td.TdClassName
{
border-color: #33F253;
}
.TagClassName
{
border-color: #33F253;
}
</style>