#35DA7B

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

Shades of Emerald #35DA7B

Tints of Emerald #35DA7B

Color information

#35DA7B (or 0x35DA7B) is unknown color: approx Emerald. HEX triplet: 35, DA and 7B. RGB value is (53,218,123). Sum of RGB (Red+Green+Blue) = 53+218+123=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #35DA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DA7B is #CA2584. Grayscale: #9E9E9E. Windows color (decimal): -13247877 or 8116789. OLE color: 8116789.

HSL color Cylindrical-coordinate representation of color #35DA7B: hue angle of 145.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DA7B is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB53218123-
CMYK0.7600.440.15
HSL145.45º69.04%53.14%-
HSV(B)145.45º75.69%85.49%-
XYZ30.1152.3327.25-
YUV157.83108.3453.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.45%
GREEN value IS 218 (85.55% from 255) = 55.33%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=13.45%
G=55.33%
B=31.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal532181230.7600.440.15145.4569.0453.14
Hex35DA7B4C02CF914535
Octal653321731140541722110565
Binary110101110110101111011100110001011001111100100011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,218,123); }

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

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

 a { background-color: rgb(53,218,123); }

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

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

 span { border-color: rgb(53,218,123); }

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