#35E170

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

Shades of Emerald #35E170

Tints of Emerald #35E170

Color information

#35E170 (or 0x35E170) is unknown color: approx Emerald. HEX triplet: 35, E1 and 70. RGB value is (53,225,112). Sum of RGB (Red+Green+Blue) = 53+225+112=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #35E170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E170 is #CA1E8F. Grayscale: #A0A0A0. Windows color (decimal): -13246096 or 7397685. OLE color: 7397685.

HSL color Cylindrical-coordinate representation of color #35E170: hue angle of 140.58º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E170 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB53225112-
CMYK0.7600.500.12
HSL140.58º74.14%54.51%-
HSV(B)140.58º76.44%88.24%-
XYZ31.3255.7824.44-
YUV160.69100.5251.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.59%
GREEN value IS 225 (88.28% from 255) = 57.69%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=13.59%
G=57.69%
B=28.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal532251120.7600.500.12140.5874.1454.51
Hex35E1704C032C8d4a37
Octal653411601140621421511267
Binary110101111000011110000100110001100101100100011011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,225,112); }

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

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

 a { background-color: rgb(53,225,112); }

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

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

 span { border-color: rgb(53,225,112); }

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