#35F57C

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

Shades of Emerald #35F57C

Tints of Emerald #35F57C

Color information

#35F57C (or 0x35F57C) is unknown color: approx Emerald. HEX triplet: 35, F5 and 7C. RGB value is (53,245,124). Sum of RGB (Red+Green+Blue) = 53+245+124=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #35F57C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F57C is #CA0A83. Grayscale: #AEAEAE. Windows color (decimal): -13240964 or 8189237. OLE color: 8189237.

HSL color Cylindrical-coordinate representation of color #35F57C: hue angle of 142.19º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F57C is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB53245124-
CMYK0.7800.490.04
HSL142.19º90.57%58.43%-
HSV(B)142.19º78.37%96.08%-
XYZ37.7667.5230.11-
YUV173.899.8941.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.56%
GREEN value IS 245 (96.09% from 255) = 58.06%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=12.56%
G=58.06%
B=29.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532451240.7800.490.04142.1990.5758.43
Hex35F57C4E03148e5b3a
Octal65365174116061421613372
Binary11010111110101111110010011100110001100100011101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,245,124); }

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

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

 a { background-color: rgb(53,245,124); }

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

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

 span { border-color: rgb(53,245,124); }

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