Shades of Malachite #35F255
Tints of Malachite #35F255
RGB
CMYK
RGB Variations
Color information
#35F255 (or 0x35F255) is known color: Malachite. HEX triplet: 35, F2 and 55. RGB value is (53,242,85). Sum of RGB (Red+Green+Blue) = 53+242+85=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #35F255 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F255 is #CA0DAA. Grayscale: #A8A8A8. Windows color (decimal): -13241771 or 5632565. OLE color: 5632565.
HSL color Cylindrical-coordinate representation of color #35F255: hue angle of 130.16º 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 #35F255 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 85 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.05 |
| HSL | 130.16º | 0.88% | 0.58% | - |
| HSV(B) | 130.16º | 0.78% | 0.95% | - |
| XYZ | 34.86 | 64.92 | 19.29 | - |
| YUV | 167.59 | 81.38 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 85 | 0.78 | 0 | 0.65 | 0.05 | 130.16 | 0.88 | 0.58 |
| Hex | 35 | F2 | 55 | 4E | 0 | 41 | 5 | 82 | 58 | 3A |
| Octal | 65 | 362 | 125 | 116 | 0 | 101 | 5 | 202 | 130 | 72 |
| Binary | 110101 | 11110010 | 1010101 | 1001110 | 0 | 1000001 | 101 | 10000010 | 1011000 | 111010 |
Color Harmonies of #35F255
Complementary color
Monochromatic Colors of #35F255
Black with #35F255
Text Example
Text Example
White with #35F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F255; }
p { color: rgb(53,242,85); }
H1.HeaderClassName
{
color: #35F255;
}
.AnyTagClassName
{
color: #35F255;
}
</style>
background-color css
<style>
a { background-color: #35F255; }
a { background-color: rgb(53,242,85); }
div.DivClassName
{
background-color: #35F255;
}
.BgClassName
{
background-color: #35F255;
}
</style>
border-color css
<style>
span { border-color: #35F255; }
span { border-color: rgb(53,242,85); }
td.TdClassName
{
border-color: #35F255;
}
.TagClassName
{
border-color: #35F255;
}
</style>