Shades of Malachite #33ED5C
Tints of Malachite #33ED5C
RGB
CMYK
RGB Variations
Color information
#33ED5C (or 0x33ED5C) is known color: Malachite. HEX triplet: 33, ED and 5C. RGB value is (51,237,92). Sum of RGB (Red+Green+Blue) = 51+237+92=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 237 (92.97% from 255 or 62.37% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33ED5C is #CC12A3. Grayscale: #A5A5A5. Windows color (decimal): -13374116 or 6090035. OLE color: 6090035.
HSL color Cylindrical-coordinate representation of color #33ED5C: hue angle of 133.23º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ED5C is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 92 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.07 |
| HSL | 133.23º | 0.84% | 0.56% | - |
| HSV(B) | 133.23º | 0.78% | 0.93% | - |
| XYZ | 33.58 | 62.04 | 20.33 | - |
| YUV | 164.86 | 86.88 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 92 | 0.78 | 0 | 0.61 | 0.07 | 133.23 | 0.84 | 0.56 |
| Hex | 33 | ED | 5C | 4E | 0 | 3D | 7 | 85 | 54 | 38 |
| Octal | 63 | 355 | 134 | 116 | 0 | 75 | 7 | 205 | 124 | 70 |
| Binary | 110011 | 11101101 | 1011100 | 1001110 | 0 | 111101 | 111 | 10000101 | 1010100 | 111000 |
Color Harmonies of #33ED5C
Complementary color
Monochromatic Colors of #33ED5C
Black with #33ED5C
Text Example
Text Example
White with #33ED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ED5C; }
p { color: rgb(51,237,92); }
H1.HeaderClassName
{
color: #33ED5C;
}
.AnyTagClassName
{
color: #33ED5C;
}
</style>
background-color css
<style>
a { background-color: #33ED5C; }
a { background-color: rgb(51,237,92); }
div.DivClassName
{
background-color: #33ED5C;
}
.BgClassName
{
background-color: #33ED5C;
}
</style>
border-color css
<style>
span { border-color: #33ED5C; }
span { border-color: rgb(51,237,92); }
td.TdClassName
{
border-color: #33ED5C;
}
.TagClassName
{
border-color: #33ED5C;
}
</style>