#35F476

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

Shades of Emerald #35F476

Tints of Emerald #35F476

Color information

#35F476 (or 0x35F476) is unknown color: approx Emerald. HEX triplet: 35, F4 and 76. RGB value is (53,244,118). Sum of RGB (Red+Green+Blue) = 53+244+118=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 244 (95.70% from 255 or 58.80% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 244 - color contains mainly: green. Hex color #35F476 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F476 is #CA0B89. Grayscale: #ACACAC. Windows color (decimal): -13241226 or 7795765. OLE color: 7795765.

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

Color convert

RGB53244118-
CMYK0.7800.520.04
HSL140.42º89.67%58.24%-
HSV(B)140.42º78.28%95.69%-
XYZ37.0966.7728.07-
YUV172.5397.2242.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.77%
GREEN value IS 244 (95.70% from 255) = 58.80%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=12.77%
G=58.80%
B=28.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532441180.7800.520.04140.4289.6758.24
Hex35F4764E03448c5a3a
Octal65364166116064421413272
Binary11010111110100111011010011100110100100100011001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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