#35D15A

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

Shades of Emerald #35D15A

Tints of Emerald #35D15A

Color information

#35D15A (or 0x35D15A) is unknown color: approx Emerald. HEX triplet: 35, D1 and 5A. RGB value is (53,209,90). Sum of RGB (Red+Green+Blue) = 53+209+90=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #35D15A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D15A is #CA2EA5. Grayscale: #959595. Windows color (decimal): -13250214 or 5951797. OLE color: 5951797.

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

Color convert

RGB5320990-
CMYK0.7500.570.18
HSL134.23º62.9%51.37%-
HSV(B)134.23º74.64%81.96%-
XYZ26.1147.117.39-
YUV148.7994.8259.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 209 (82.03% from 255) = 59.38%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=15.06%
G=59.38%
B=25.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53209900.7500.570.18134.2362.951.37
Hex35D15A4B03912863f33
Octal65321132113071222067763
Binary110101110100011011010100101101110011001010000110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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