Shades of Malachite #34EE64
Tints of Malachite #34EE64
RGB
CMYK
RGB Variations
Color information
#34EE64 (or 0x34EE64) is known color: Malachite. HEX triplet: 34, EE and 64. RGB value is (52,238,100). Sum of RGB (Red+Green+Blue) = 52+238+100=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 238 (93.36% from 255 or 61.03% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EE64 is #CB119B. Grayscale: #A7A7A7. Windows color (decimal): -13308316 or 6614580. OLE color: 6614580.
HSL color Cylindrical-coordinate representation of color #34EE64: hue angle of 135.48º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EE64 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 100 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.07 |
| HSL | 135.48º | 0.85% | 0.57% | - |
| HSV(B) | 135.48º | 0.78% | 0.93% | - |
| XYZ | 34.29 | 62.8 | 22.37 | - |
| YUV | 166.65 | 90.38 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 100 | 0.78 | 0 | 0.58 | 0.07 | 135.48 | 0.85 | 0.57 |
| Hex | 34 | EE | 64 | 4E | 0 | 3A | 7 | 87 | 55 | 39 |
| Octal | 64 | 356 | 144 | 116 | 0 | 72 | 7 | 207 | 125 | 71 |
| Binary | 110100 | 11101110 | 1100100 | 1001110 | 0 | 111010 | 111 | 10000111 | 1010101 | 111001 |
Color Harmonies of #34EE64
Complementary color
Monochromatic Colors of #34EE64
Black with #34EE64
Text Example
Text Example
White with #34EE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EE64; }
p { color: rgb(52,238,100); }
H1.HeaderClassName
{
color: #34EE64;
}
.AnyTagClassName
{
color: #34EE64;
}
</style>
background-color css
<style>
a { background-color: #34EE64; }
a { background-color: rgb(52,238,100); }
div.DivClassName
{
background-color: #34EE64;
}
.BgClassName
{
background-color: #34EE64;
}
</style>
border-color css
<style>
span { border-color: #34EE64; }
span { border-color: rgb(52,238,100); }
td.TdClassName
{
border-color: #34EE64;
}
.TagClassName
{
border-color: #34EE64;
}
</style>