Shades of Malachite #34F25C
Tints of Malachite #34F25C
RGB
CMYK
RGB Variations
Color information
#34F25C (or 0x34F25C) is known color: Malachite. HEX triplet: 34, F2 and 5C. RGB value is (52,242,92). Sum of RGB (Red+Green+Blue) = 52+242+92=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 242 (94.92% from 255 or 62.69% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 242 - color contains mainly: green. Hex color #34F25C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F25C is #CB0DA3. Grayscale: #A8A8A8. Windows color (decimal): -13307300 or 6091316. OLE color: 6091316.
HSL color Cylindrical-coordinate representation of color #34F25C: hue angle of 132.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F25C is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 92 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.05 |
| HSL | 132.63º | 0.88% | 0.58% | - |
| HSV(B) | 132.63º | 0.79% | 0.95% | - |
| XYZ | 35.1 | 65.01 | 20.82 | - |
| YUV | 168.09 | 85.05 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 92 | 0.79 | 0 | 0.62 | 0.05 | 132.63 | 0.88 | 0.58 |
| Hex | 34 | F2 | 5C | 4F | 0 | 3E | 5 | 85 | 58 | 3A |
| Octal | 64 | 362 | 134 | 117 | 0 | 76 | 5 | 205 | 130 | 72 |
| Binary | 110100 | 11110010 | 1011100 | 1001111 | 0 | 111110 | 101 | 10000101 | 1011000 | 111010 |
Color Harmonies of #34F25C
Complementary color
Monochromatic Colors of #34F25C
Black with #34F25C
Text Example
Text Example
White with #34F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F25C; }
p { color: rgb(52,242,92); }
H1.HeaderClassName
{
color: #34F25C;
}
.AnyTagClassName
{
color: #34F25C;
}
</style>
background-color css
<style>
a { background-color: #34F25C; }
a { background-color: rgb(52,242,92); }
div.DivClassName
{
background-color: #34F25C;
}
.BgClassName
{
background-color: #34F25C;
}
</style>
border-color css
<style>
span { border-color: #34F25C; }
span { border-color: rgb(52,242,92); }
td.TdClassName
{
border-color: #34F25C;
}
.TagClassName
{
border-color: #34F25C;
}
</style>