Shades of Malachite #34F353
Tints of Malachite #34F353
RGB
CMYK
RGB Variations
Color information
#34F353 (or 0x34F353) is known color: Malachite. HEX triplet: 34, F3 and 53. RGB value is (52,243,83). Sum of RGB (Red+Green+Blue) = 52+243+83=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #34F353 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F353 is #CB0CAC. Grayscale: #A8A8A8. Windows color (decimal): -13307053 or 5501748. OLE color: 5501748.
HSL color Cylindrical-coordinate representation of color #34F353: hue angle of 129.74º degrees, saturation: 0.89, 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 #34F353 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 243 | 83 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.05 |
| HSL | 129.74º | 0.89% | 0.58% | - |
| HSV(B) | 129.74º | 0.79% | 0.95% | - |
| XYZ | 35.03 | 65.46 | 18.97 | - |
| YUV | 167.65 | 80.22 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 243 | 83 | 0.79 | 0 | 0.66 | 0.05 | 129.74 | 0.89 | 0.58 |
| Hex | 34 | F3 | 53 | 4F | 0 | 42 | 5 | 82 | 59 | 3A |
| Octal | 64 | 363 | 123 | 117 | 0 | 102 | 5 | 202 | 131 | 72 |
| Binary | 110100 | 11110011 | 1010011 | 1001111 | 0 | 1000010 | 101 | 10000010 | 1011001 | 111010 |
Color Harmonies of #34F353
Complementary color
Monochromatic Colors of #34F353
Black with #34F353
Text Example
Text Example
White with #34F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F353; }
p { color: rgb(52,243,83); }
H1.HeaderClassName
{
color: #34F353;
}
.AnyTagClassName
{
color: #34F353;
}
</style>
background-color css
<style>
a { background-color: #34F353; }
a { background-color: rgb(52,243,83); }
div.DivClassName
{
background-color: #34F353;
}
.BgClassName
{
background-color: #34F353;
}
</style>
border-color css
<style>
span { border-color: #34F353; }
span { border-color: rgb(52,243,83); }
td.TdClassName
{
border-color: #34F353;
}
.TagClassName
{
border-color: #34F353;
}
</style>