#35DD7D

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

Shades of Emerald #35DD7D

Tints of Emerald #35DD7D

Color information

#35DD7D (or 0x35DD7D) is unknown color: approx Emerald. HEX triplet: 35, DD and 7D. RGB value is (53,221,125). Sum of RGB (Red+Green+Blue) = 53+221+125=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DD7D is #CA2282. Grayscale: #A0A0A0. Windows color (decimal): -13247107 or 8248629. OLE color: 8248629.

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

Color convert

RGB53221125-
CMYK0.7600.430.13
HSL145.71º71.19%53.73%-
HSV(B)145.71º76.02%86.67%-
XYZ31.0353.9528.18-
YUV159.82108.3451.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 221 (86.72% from 255) = 55.39%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=13.28%
G=55.39%
B=31.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532211250.7600.430.13145.7171.1953.73
Hex35DD7D4C02BD924736
Octal653351751140531522210766
Binary110101110111011111101100110001010111101100100101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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