#35D46B

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

Shades of Emerald #35D46B

Tints of Emerald #35D46B

Color information

#35D46B (or 0x35D46B) is unknown color: approx Emerald. HEX triplet: 35, D4 and 6B. RGB value is (53,212,107). Sum of RGB (Red+Green+Blue) = 53+212+107=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 212 (83.20% from 255 or 56.99% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 212 - color contains mainly: green. Hex color #35D46B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D46B is #CA2B94. Grayscale: #989898. Windows color (decimal): -13249429 or 7066677. OLE color: 7066677.

HSL color Cylindrical-coordinate representation of color #35D46B: hue angle of 140.38º 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 #35D46B is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB53212107-
CMYK0.7500.500.17
HSL140.38º64.9%51.96%-
HSV(B)140.38º75%83.14%-
XYZ27.6748.9121.89-
YUV152.49102.3257.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 212 (83.20% from 255) = 56.99%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=14.25%
G=56.99%
B=28.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532121070.7500.500.17140.3864.951.96
Hex35D46B4B032118c4134
Octal653241531130622121410164
Binary1101011101010011010111001011011001010001100011001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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