#35DE76

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

Shades of Emerald #35DE76

Tints of Emerald #35DE76

Color information

#35DE76 (or 0x35DE76) is unknown color: approx Emerald. HEX triplet: 35, DE and 76. RGB value is (53,222,118). Sum of RGB (Red+Green+Blue) = 53+222+118=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DE76 is #CA2189. Grayscale: #9F9F9F. Windows color (decimal): -13246858 or 7790133. OLE color: 7790133.

HSL color Cylindrical-coordinate representation of color #35DE76: hue angle of 143.08º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DE76 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB53222118-
CMYK0.7600.470.13
HSL143.08º71.91%53.92%-
HSV(B)143.08º76.13%87.06%-
XYZ30.8654.3126-
YUV159.61104.5151.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.49%
GREEN value IS 222 (87.11% from 255) = 56.49%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=13.49%
G=56.49%
B=30.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532221180.7600.470.13143.0871.9153.92
Hex35DE764C02FD8f4836
Octal653361661140571521711066
Binary110101110111101110110100110001011111101100011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,222,118); }

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

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

 a { background-color: rgb(53,222,118); }

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

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

 span { border-color: rgb(53,222,118); }

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