#35F176

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

Shades of Emerald #35F176

Tints of Emerald #35F176

Color information

#35F176 (or 0x35F176) is unknown color: approx Emerald. HEX triplet: 35, F1 and 76. RGB value is (53,241,118). Sum of RGB (Red+Green+Blue) = 53+241+118=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #35F176 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F176 is #CA0E89. Grayscale: #ABABAB. Windows color (decimal): -13241994 or 7794997. OLE color: 7794997.

HSL color Cylindrical-coordinate representation of color #35F176: hue angle of 140.74º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F176 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB53241118-
CMYK0.7800.510.05
HSL140.74º87.04%57.65%-
HSV(B)140.74º78.01%94.51%-
XYZ36.1964.9827.77-
YUV170.7798.2244-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.86%
GREEN value IS 241 (94.53% from 255) = 58.50%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=12.86%
G=58.50%
B=28.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532411180.7800.510.05140.7487.0457.65
Hex35F1764E03358d573a
Octal65361166116063521512772
Binary11010111110001111011010011100110011101100011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,241,118); }

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

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

 a { background-color: rgb(53,241,118); }

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

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

 span { border-color: rgb(53,241,118); }

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