Shades of Malachite #34F268
Tints of Malachite #34F268
RGB
CMYK
RGB Variations
Color information
#34F268 (or 0x34F268) is known color: Malachite. HEX triplet: 34, F2 and 68. RGB value is (52,242,104). Sum of RGB (Red+Green+Blue) = 52+242+104=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #34F268 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F268 is #CB0D97. Grayscale: #A9A9A9. Windows color (decimal): -13307288 or 6877748. OLE color: 6877748.
HSL color Cylindrical-coordinate representation of color #34F268: hue angle of 136.42º 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 #34F268 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 104 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.05 |
| HSL | 136.42º | 0.88% | 0.58% | - |
| HSV(B) | 136.42º | 0.79% | 0.95% | - |
| XYZ | 35.67 | 65.23 | 23.81 | - |
| YUV | 169.46 | 91.05 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 104 | 0.79 | 0 | 0.57 | 0.05 | 136.42 | 0.88 | 0.58 |
| Hex | 34 | F2 | 68 | 4F | 0 | 39 | 5 | 88 | 58 | 3A |
| Octal | 64 | 362 | 150 | 117 | 0 | 71 | 5 | 210 | 130 | 72 |
| Binary | 110100 | 11110010 | 1101000 | 1001111 | 0 | 111001 | 101 | 10001000 | 1011000 | 111010 |
Color Harmonies of #34F268
Complementary color
Monochromatic Colors of #34F268
Black with #34F268
Text Example
Text Example
White with #34F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F268; }
p { color: rgb(52,242,104); }
H1.HeaderClassName
{
color: #34F268;
}
.AnyTagClassName
{
color: #34F268;
}
</style>
background-color css
<style>
a { background-color: #34F268; }
a { background-color: rgb(52,242,104); }
div.DivClassName
{
background-color: #34F268;
}
.BgClassName
{
background-color: #34F268;
}
</style>
border-color css
<style>
span { border-color: #34F268; }
span { border-color: rgb(52,242,104); }
td.TdClassName
{
border-color: #34F268;
}
.TagClassName
{
border-color: #34F268;
}
</style>