#35D66A

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

Shades of Emerald #35D66A

Tints of Emerald #35D66A

Color information

#35D66A (or 0x35D66A) is unknown color: approx Emerald. HEX triplet: 35, D6 and 6A. RGB value is (53,214,106). Sum of RGB (Red+Green+Blue) = 53+214+106=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #35D66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D66A is #CA2995. Grayscale: #999999. Windows color (decimal): -13248918 or 7001653. OLE color: 7001653.

HSL color Cylindrical-coordinate representation of color #35D66A: hue angle of 139.75º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D66A is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB53214106-
CMYK0.7500.500.16
HSL139.75º66.26%52.35%-
HSV(B)139.75º75.23%83.92%-
XYZ28.1249.8921.78-
YUV153.55101.1656.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 214 (83.98% from 255) = 57.37%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=14.21%
G=57.37%
B=28.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532141060.7500.500.16139.7566.2652.35
Hex35D66A4B032108c4234
Octal653261521130622021410264
Binary1101011101011011010101001011011001010000100011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,214,106); }

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

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

 a { background-color: rgb(53,214,106); }

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

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

 span { border-color: rgb(53,214,106); }

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