#35EC60

Color #35EC60 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #35EC60

Tints of Malachite #35EC60

Color information

#35EC60 (or 0x35EC60) is unknown color: approx Malachite. HEX triplet: 35, EC and 60. RGB value is (53,236,96). Sum of RGB (Red+Green+Blue) = 53+236+96=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35EC60 is #CA139F. Grayscale: #A5A5A5. Windows color (decimal): -13243296 or 6351925. OLE color: 6351925.

HSL color Cylindrical-coordinate representation of color #35EC60: hue angle of 134.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EC60 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB5323696-
CMYK0.7800.590.07
HSL134.1º82.81%56.67%-
HSV(B)134.1º77.54%92.55%-
XYZ33.5761.5921.19-
YUV165.3288.8747.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 13.77%
GREEN value IS 236 (92.58% from 255) = 61.30%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=13.77%
G=61.30%
B=24.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53236960.7800.590.07134.182.8156.67
Hex35EC604E03B7865339
Octal65354140116073720612371
Binary11010111101100110000010011100111011111100001101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35EC60; }

 p { color: rgb(53,236,96); }

 H1.HeaderClassName
 {
   color: #35EC60;
 }
 .AnyTagClassName
 {
   color: #35EC60;
 }
</style>
background-color css

<style>
 a { background-color: #35EC60; }

 a { background-color: rgb(53,236,96); }

 div.DivClassName
 {
   background-color: #35EC60;
 }
 .BgClassName
 {
   background-color: #35EC60;
 }
</style>
border-color css

<style>
 span { border-color: #35EC60; }

 span { border-color: rgb(53,236,96); }

 td.TdClassName
 {
   border-color: #35EC60;
 }
 .TagClassName
 {
   border-color: #35EC60;
 }
</style>