Shades of Malachite #35F256
Tints of Malachite #35F256
RGB
CMYK
RGB Variations
Color information
#35F256 (or 0x35F256) is known color: Malachite. HEX triplet: 35, F2 and 56. RGB value is (53,242,86). Sum of RGB (Red+Green+Blue) = 53+242+86=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #35F256 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F256 is #CA0DA9. Grayscale: #A8A8A8. Windows color (decimal): -13241770 or 5698101. OLE color: 5698101.
HSL color Cylindrical-coordinate representation of color #35F256: hue angle of 130.48º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F256 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 86 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.05 |
| HSL | 130.48º | 0.88% | 0.58% | - |
| HSV(B) | 130.48º | 0.78% | 0.95% | - |
| XYZ | 34.9 | 64.93 | 19.5 | - |
| YUV | 167.71 | 81.88 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 86 | 0.78 | 0 | 0.64 | 0.05 | 130.48 | 0.88 | 0.58 |
| Hex | 35 | F2 | 56 | 4E | 0 | 40 | 5 | 82 | 58 | 3A |
| Octal | 65 | 362 | 126 | 116 | 0 | 100 | 5 | 202 | 130 | 72 |
| Binary | 110101 | 11110010 | 1010110 | 1001110 | 0 | 1000000 | 101 | 10000010 | 1011000 | 111010 |
Color Harmonies of #35F256
Complementary color
Monochromatic Colors of #35F256
Black with #35F256
Text Example
Text Example
White with #35F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F256; }
p { color: rgb(53,242,86); }
H1.HeaderClassName
{
color: #35F256;
}
.AnyTagClassName
{
color: #35F256;
}
</style>
background-color css
<style>
a { background-color: #35F256; }
a { background-color: rgb(53,242,86); }
div.DivClassName
{
background-color: #35F256;
}
.BgClassName
{
background-color: #35F256;
}
</style>
border-color css
<style>
span { border-color: #35F256; }
span { border-color: rgb(53,242,86); }
td.TdClassName
{
border-color: #35F256;
}
.TagClassName
{
border-color: #35F256;
}
</style>