#35DE7C

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

Shades of Emerald #35DE7C

Tints of Emerald #35DE7C

Color information

#35DE7C (or 0x35DE7C) is unknown color: approx Emerald. HEX triplet: 35, DE and 7C. RGB value is (53,222,124). Sum of RGB (Red+Green+Blue) = 53+222+124=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 222 (87.11% from 255 or 55.64% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DE7C is #CA2183. Grayscale: #A0A0A0. Windows color (decimal): -13246852 or 8183349. OLE color: 8183349.

HSL color Cylindrical-coordinate representation of color #35DE7C: hue angle of 145.21º 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 #35DE7C is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB53222124-
CMYK0.7600.440.13
HSL145.21º71.91%53.92%-
HSV(B)145.21º76.13%87.06%-
XYZ31.2354.4527.93-
YUV160.3107.5151.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 222 (87.11% from 255) = 55.64%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=13.28%
G=55.64%
B=31.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532221240.7600.440.13145.2171.9153.92
Hex35DE7C4C02CD914836
Octal653361741140541522111066
Binary110101110111101111100100110001011001101100100011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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