Shades of Malachite #34F063
Tints of Malachite #34F063
RGB
CMYK
RGB Variations
Color information
#34F063 (or 0x34F063) is known color: Malachite. HEX triplet: 34, F0 and 63. RGB value is (52,240,99). Sum of RGB (Red+Green+Blue) = 52+240+99=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 240 (94.14% from 255 or 61.38% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 240 - color contains mainly: green. Hex color #34F063 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F063 is #CB0F9C. Grayscale: #A8A8A8. Windows color (decimal): -13307805 or 6549556. OLE color: 6549556.
HSL color Cylindrical-coordinate representation of color #34F063: hue angle of 135º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F063 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 99 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.06 |
| HSL | 135º | 0.86% | 0.57% | - |
| HSV(B) | 135º | 0.78% | 0.94% | - |
| XYZ | 34.83 | 63.95 | 22.31 | - |
| YUV | 167.71 | 89.22 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 99 | 0.78 | 0 | 0.59 | 0.06 | 135 | 0.86 | 0.57 |
| Hex | 34 | F0 | 63 | 4E | 0 | 3B | 6 | 87 | 56 | 39 |
| Octal | 64 | 360 | 143 | 116 | 0 | 73 | 6 | 207 | 126 | 71 |
| Binary | 110100 | 11110000 | 1100011 | 1001110 | 0 | 111011 | 110 | 10000111 | 1010110 | 111001 |
Color Harmonies of #34F063
Complementary color
Monochromatic Colors of #34F063
Black with #34F063
Text Example
Text Example
White with #34F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F063; }
p { color: rgb(52,240,99); }
H1.HeaderClassName
{
color: #34F063;
}
.AnyTagClassName
{
color: #34F063;
}
</style>
background-color css
<style>
a { background-color: #34F063; }
a { background-color: rgb(52,240,99); }
div.DivClassName
{
background-color: #34F063;
}
.BgClassName
{
background-color: #34F063;
}
</style>
border-color css
<style>
span { border-color: #34F063; }
span { border-color: rgb(52,240,99); }
td.TdClassName
{
border-color: #34F063;
}
.TagClassName
{
border-color: #34F063;
}
</style>