#35D15E

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

Shades of Emerald #35D15E

Tints of Emerald #35D15E

Color information

#35D15E (or 0x35D15E) is unknown color: approx Emerald. HEX triplet: 35, D1 and 5E. RGB value is (53,209,94). Sum of RGB (Red+Green+Blue) = 53+209+94=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #35D15E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D15E is #CA2EA1. Grayscale: #959595. Windows color (decimal): -13250210 or 6213941. OLE color: 6213941.

HSL color Cylindrical-coordinate representation of color #35D15E: hue angle of 135.77º 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 #35D15E is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB5320994-
CMYK0.7500.550.18
HSL135.77º62.9%51.37%-
HSV(B)135.77º74.64%81.96%-
XYZ26.2947.1718.31-
YUV149.2596.8259.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 209 (82.03% from 255) = 58.71%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=14.89%
G=58.71%
B=26.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53209940.7500.550.18135.7762.951.37
Hex35D15E4B03712883f33
Octal65321136113067222107763
Binary110101110100011011110100101101101111001010001000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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