#35D16E

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

Shades of Emerald #35D16E

Tints of Emerald #35D16E

Color information

#35D16E (or 0x35D16E) is unknown color: approx Emerald. HEX triplet: 35, D1 and 6E. RGB value is (53,209,110). Sum of RGB (Red+Green+Blue) = 53+209+110=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 209 (82.03% from 255 or 56.18% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 209 - color contains mainly: green. Hex color #35D16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D16E is #CA2E91. Grayscale: #979797. Windows color (decimal): -13250194 or 7262517. OLE color: 7262517.

HSL color Cylindrical-coordinate representation of color #35D16E: hue angle of 141.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D16E is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB53209110-
CMYK0.7500.470.18
HSL141.92º62.9%51.37%-
HSV(B)141.92º74.64%81.96%-
XYZ27.0847.4822.49-
YUV151.07104.8258.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 209 (82.03% from 255) = 56.18%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=14.25%
G=56.18%
B=29.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal532091100.7500.470.18141.9262.951.37
Hex35D16E4B02F128e3f33
Octal65321156113057222167763
Binary110101110100011101110100101101011111001010001110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,209,110); }

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

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

 a { background-color: rgb(53,209,110); }

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

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

 span { border-color: rgb(53,209,110); }

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