#35D66B

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

Shades of Emerald #35D66B

Tints of Emerald #35D66B

Color information

#35D66B (or 0x35D66B) is unknown color: approx Emerald. HEX triplet: 35, D6 and 6B. RGB value is (53,214,107). Sum of RGB (Red+Green+Blue) = 53+214+107=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #35D66B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D66B is #CA2994. Grayscale: #999999. Windows color (decimal): -13248917 or 7067189. OLE color: 7067189.

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

Color convert

RGB53214107-
CMYK0.7500.500.16
HSL140.12º66.26%52.35%-
HSV(B)140.12º75.23%83.92%-
XYZ28.1749.9122.06-
YUV153.66101.6656.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.17%
GREEN value IS 214 (83.98% from 255) = 57.22%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=14.17%
G=57.22%
B=28.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532141070.7500.500.16140.1266.2652.35
Hex35D66B4B032108c4234
Octal653261531130622021410264
Binary1101011101011011010111001011011001010000100011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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