#35F77A

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

Shades of Emerald #35F77A

Tints of Emerald #35F77A

Color information

#35F77A (or 0x35F77A) is unknown color: approx Emerald. HEX triplet: 35, F7 and 7A. RGB value is (53,247,122). Sum of RGB (Red+Green+Blue) = 53+247+122=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 247 (96.88% from 255 or 58.53% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 247 - color contains mainly: green. Hex color #35F77A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F77A is #CA0885. Grayscale: #AFAFAF. Windows color (decimal): -13240454 or 8058677. OLE color: 8058677.

HSL color Cylindrical-coordinate representation of color #35F77A: hue angle of 141.34º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F77A is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB53247122-
CMYK0.7900.510.03
HSL141.34º92.38%58.82%-
HSV(B)141.34º78.54%96.86%-
XYZ38.2468.6829.65-
YUV174.7498.2341.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.56%
GREEN value IS 247 (96.88% from 255) = 58.53%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=12.56%
G=58.53%
B=28.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532471220.7900.510.03141.3492.3858.82
Hex35F77A4F03338d5c3b
Octal65367172117063321513473
Binary1101011111011111110101001111011001111100011011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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