#35EA75

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

Shades of Emerald #35EA75

Tints of Emerald #35EA75

Color information

#35EA75 (or 0x35EA75) is unknown color: approx Emerald. HEX triplet: 35, EA and 75. RGB value is (53,234,117). Sum of RGB (Red+Green+Blue) = 53+234+117=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #35EA75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35EA75 is #CA158A. Grayscale: #A6A6A6. Windows color (decimal): -13243787 or 7727669. OLE color: 7727669.

HSL color Cylindrical-coordinate representation of color #35EA75: hue angle of 141.22º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EA75 is Cyan = 0.77, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB53234117-
CMYK0.7700.50.08
HSL141.22º81.17%56.27%-
HSV(B)141.22º77.35%91.76%-
XYZ34.160.8926.78-
YUV166.54100.0347.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.12%
GREEN value IS 234 (91.80% from 255) = 57.92%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=13.12%
G=57.92%
B=28.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532341170.7700.50.08141.2281.1756.27
Hex35EA754D03288d5138
Octal653521651150621021512170
Binary110101111010101110101100110101100101000100011011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,234,117); }

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

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

 a { background-color: rgb(53,234,117); }

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

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

 span { border-color: rgb(53,234,117); }

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