Shades of Malachite #34F065
Tints of Malachite #34F065
RGB
CMYK
RGB Variations
Color information
#34F065 (or 0x34F065) is known color: Malachite. HEX triplet: 34, F0 and 65. RGB value is (52,240,101). Sum of RGB (Red+Green+Blue) = 52+240+101=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 240 (94.14% from 255 or 61.07% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 240 - color contains mainly: green. Hex color #34F065 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F065 is #CB0F9A. Grayscale: #A8A8A8. Windows color (decimal): -13307803 or 6680628. OLE color: 6680628.
HSL color Cylindrical-coordinate representation of color #34F065: hue angle of 135.64º 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 #34F065 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 101 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.06 |
| HSL | 135.64º | 0.86% | 0.57% | - |
| HSV(B) | 135.64º | 0.78% | 0.94% | - |
| XYZ | 34.93 | 63.99 | 22.82 | - |
| YUV | 167.94 | 90.22 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 101 | 0.78 | 0 | 0.58 | 0.06 | 135.64 | 0.86 | 0.57 |
| Hex | 34 | F0 | 65 | 4E | 0 | 3A | 6 | 88 | 56 | 39 |
| Octal | 64 | 360 | 145 | 116 | 0 | 72 | 6 | 210 | 126 | 71 |
| Binary | 110100 | 11110000 | 1100101 | 1001110 | 0 | 111010 | 110 | 10001000 | 1010110 | 111001 |
Color Harmonies of #34F065
Complementary color
Monochromatic Colors of #34F065
Black with #34F065
Text Example
Text Example
White with #34F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F065; }
p { color: rgb(52,240,101); }
H1.HeaderClassName
{
color: #34F065;
}
.AnyTagClassName
{
color: #34F065;
}
</style>
background-color css
<style>
a { background-color: #34F065; }
a { background-color: rgb(52,240,101); }
div.DivClassName
{
background-color: #34F065;
}
.BgClassName
{
background-color: #34F065;
}
</style>
border-color css
<style>
span { border-color: #34F065; }
span { border-color: rgb(52,240,101); }
td.TdClassName
{
border-color: #34F065;
}
.TagClassName
{
border-color: #34F065;
}
</style>