#35EA7A

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

Shades of Emerald #35EA7A

Tints of Emerald #35EA7A

Color information

#35EA7A (or 0x35EA7A) is unknown color: approx Emerald. HEX triplet: 35, EA and 7A. RGB value is (53,234,122). Sum of RGB (Red+Green+Blue) = 53+234+122=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #35EA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35EA7A is #CA1585. Grayscale: #A7A7A7. Windows color (decimal): -13243782 or 8055349. OLE color: 8055349.

HSL color Cylindrical-coordinate representation of color #35EA7A: hue angle of 142.87º 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 #35EA7A is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB53234122-
CMYK0.7700.480.08
HSL142.87º81.17%56.27%-
HSV(B)142.87º77.35%91.76%-
XYZ34.461.0128.37-
YUV167.11102.5346.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.96%
GREEN value IS 234 (91.80% from 255) = 57.21%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=12.96%
G=57.21%
B=29.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532341220.7700.480.08142.8781.1756.27
Hex35EA7A4D03088f5138
Octal653521721150601021712170
Binary110101111010101111010100110101100001000100011111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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