#35DD7C

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

Shades of Emerald #35DD7C

Tints of Emerald #35DD7C

Color information

#35DD7C (or 0x35DD7C) is unknown color: approx Emerald. HEX triplet: 35, DD and 7C. RGB value is (53,221,124). Sum of RGB (Red+Green+Blue) = 53+221+124=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DD7C is #CA2283. Grayscale: #9F9F9F. Windows color (decimal): -13247108 or 8183093. OLE color: 8183093.

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

Color convert

RGB53221124-
CMYK0.7600.440.13
HSL145.36º71.19%53.73%-
HSV(B)145.36º76.02%86.67%-
XYZ30.9653.9327.85-
YUV159.71107.8451.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.32%
GREEN value IS 221 (86.72% from 255) = 55.53%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=13.32%
G=55.53%
B=31.16%

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
Decimal532211240.7600.440.13145.3671.1953.73
Hex35DD7C4C02CD914736
Octal653351741140541522110766
Binary110101110111011111100100110001011001101100100011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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