Shades of Malachite #34F85D
Tints of Malachite #34F85D
RGB
CMYK
RGB Variations
Color information
#34F85D (or 0x34F85D) is known color: Malachite. HEX triplet: 34, F8 and 5D. RGB value is (52,248,93). Sum of RGB (Red+Green+Blue) = 52+248+93=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 248 (97.27% from 255 or 63.10% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 248 - color contains mainly: green. Hex color #34F85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F85D is #CB07A2. Grayscale: #ACACAC. Windows color (decimal): -13305763 or 6158388. OLE color: 6158388.
HSL color Cylindrical-coordinate representation of color #34F85D: hue angle of 132.55º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F85D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 248 | 93 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.03 |
| HSL | 132.55º | 0.93% | 0.59% | - |
| HSV(B) | 132.55º | 0.79% | 0.97% | - |
| XYZ | 36.96 | 68.66 | 21.66 | - |
| YUV | 171.73 | 83.57 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 248 | 93 | 0.79 | 0 | 0.62 | 0.03 | 132.55 | 0.93 | 0.59 |
| Hex | 34 | F8 | 5D | 4F | 0 | 3E | 3 | 85 | 5D | 3B |
| Octal | 64 | 370 | 135 | 117 | 0 | 76 | 3 | 205 | 135 | 73 |
| Binary | 110100 | 11111000 | 1011101 | 1001111 | 0 | 111110 | 11 | 10000101 | 1011101 | 111011 |
Color Harmonies of #34F85D
Complementary color
Monochromatic Colors of #34F85D
Black with #34F85D
Text Example
Text Example
White with #34F85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F85D; }
p { color: rgb(52,248,93); }
H1.HeaderClassName
{
color: #34F85D;
}
.AnyTagClassName
{
color: #34F85D;
}
</style>
background-color css
<style>
a { background-color: #34F85D; }
a { background-color: rgb(52,248,93); }
div.DivClassName
{
background-color: #34F85D;
}
.BgClassName
{
background-color: #34F85D;
}
</style>
border-color css
<style>
span { border-color: #34F85D; }
span { border-color: rgb(52,248,93); }
td.TdClassName
{
border-color: #34F85D;
}
.TagClassName
{
border-color: #34F85D;
}
</style>