#35D766

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

Shades of Emerald #35D766

Tints of Emerald #35D766

Color information

#35D766 (or 0x35D766) is unknown color: approx Emerald. HEX triplet: 35, D7 and 66. RGB value is (53,215,102). Sum of RGB (Red+Green+Blue) = 53+215+102=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #35D766 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D766 is #CA2899. Grayscale: #999999. Windows color (decimal): -13248666 or 6739765. OLE color: 6739765.

HSL color Cylindrical-coordinate representation of color #35D766: hue angle of 138.15º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D766 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB53215102-
CMYK0.7500.530.16
HSL138.15º66.94%52.55%-
HSV(B)138.15º75.35%84.31%-
XYZ28.1750.3220.8-
YUV153.6898.8356.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 215 (84.38% from 255) = 58.11%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=14.32%
G=58.11%
B=27.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532151020.7500.530.16138.1566.9452.55
Hex35D7664B035108a4335
Octal653271461130652021210365
Binary1101011101011111001101001011011010110000100010101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,215,102); }

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

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

 a { background-color: rgb(53,215,102); }

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

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

 span { border-color: rgb(53,215,102); }

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