#35D86C

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

Shades of Emerald #35D86C

Tints of Emerald #35D86C

Color information

#35D86C (or 0x35D86C) is unknown color: approx Emerald. HEX triplet: 35, D8 and 6C. RGB value is (53,216,108). Sum of RGB (Red+Green+Blue) = 53+216+108=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #35D86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D86C is #CA2793. Grayscale: #9B9B9B. Windows color (decimal): -13248404 or 7133237. OLE color: 7133237.

HSL color Cylindrical-coordinate representation of color #35D86C: hue angle of 140.25º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D86C is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB53216108-
CMYK0.7500.500.15
HSL140.25º67.63%52.75%-
HSV(B)140.25º75.46%84.71%-
XYZ28.7350.9522.51-
YUV154.95101.555.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 216 (84.77% from 255) = 57.29%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=14.06%
G=57.29%
B=28.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal532161080.7500.500.15140.2567.6352.75
Hex35D86C4B032F8c4435
Octal653301541130621721410465
Binary110101110110001101100100101101100101111100011001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,216,108); }

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

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

 a { background-color: rgb(53,216,108); }

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

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

 span { border-color: rgb(53,216,108); }

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