#35EC7A

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

Shades of Emerald #35EC7A

Tints of Emerald #35EC7A

Color information

#35EC7A (or 0x35EC7A) is unknown color: approx Emerald. HEX triplet: 35, EC and 7A. RGB value is (53,236,122). Sum of RGB (Red+Green+Blue) = 53+236+122=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35EC7A is #CA1385. Grayscale: #A8A8A8. Windows color (decimal): -13243270 or 8055861. OLE color: 8055861.

HSL color Cylindrical-coordinate representation of color #35EC7A: hue angle of 142.62º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EC7A is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB53236122-
CMYK0.7800.480.07
HSL142.62º82.81%56.67%-
HSV(B)142.62º77.54%92.55%-
XYZ34.9862.1528.57-
YUV168.29101.8745.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.90%
GREEN value IS 236 (92.58% from 255) = 57.42%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=12.90%
G=57.42%
B=29.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532361220.7800.480.07142.6282.8156.67
Hex35EC7A4E03078f5339
Octal65354172116060721712371
Binary11010111101100111101010011100110000111100011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,236,122); }

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

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

 a { background-color: rgb(53,236,122); }

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

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

 span { border-color: rgb(53,236,122); }

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