#35D475

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

Shades of Emerald #35D475

Tints of Emerald #35D475

Color information

#35D475 (or 0x35D475) is unknown color: approx Emerald. HEX triplet: 35, D4 and 75. RGB value is (53,212,117). Sum of RGB (Red+Green+Blue) = 53+212+117=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #35D475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D475 is #CA2B8A. Grayscale: #999999. Windows color (decimal): -13249419 or 7722037. OLE color: 7722037.

HSL color Cylindrical-coordinate representation of color #35D475: hue angle of 144.15º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D475 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB53212117-
CMYK0.7500.450.17
HSL144.15º64.9%51.96%-
HSV(B)144.15º75%83.14%-
XYZ28.2249.1324.82-
YUV153.63107.3256.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.87%
GREEN value IS 212 (83.20% from 255) = 55.50%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=13.87%
G=55.50%
B=30.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532121170.7500.450.17144.1564.951.96
Hex35D4754B02D11904134
Octal653241651130552122010164
Binary1101011101010011101011001011010110110001100100001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,212,117); }

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

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

 a { background-color: rgb(53,212,117); }

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

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

 span { border-color: rgb(53,212,117); }

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