#35F57D

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

Shades of Emerald #35F57D

Tints of Emerald #35F57D

Color information

#35F57D (or 0x35F57D) is unknown color: approx Emerald. HEX triplet: 35, F5 and 7D. RGB value is (53,245,125). Sum of RGB (Red+Green+Blue) = 53+245+125=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #35F57D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F57D is #CA0A82. Grayscale: #AEAEAE. Windows color (decimal): -13240963 or 8254773. OLE color: 8254773.

HSL color Cylindrical-coordinate representation of color #35F57D: hue angle of 142.5º 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 #35F57D is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB53245125-
CMYK0.7800.490.04
HSL142.5º90.57%58.43%-
HSV(B)142.5º78.37%96.08%-
XYZ37.8267.5430.45-
YUV173.91100.3941.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.53%
GREEN value IS 245 (96.09% from 255) = 57.92%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=12.53%
G=57.92%
B=29.55%

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
Decimal532451250.7800.490.04142.590.5758.43
Hex35F57D4E03148e5b3a
Octal65365175116061421613372
Binary11010111110101111110110011100110001100100011101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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