#35F17E

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

Shades of Emerald #35F17E

Tints of Emerald #35F17E

Color information

#35F17E (or 0x35F17E) is unknown color: approx Emerald. HEX triplet: 35, F1 and 7E. RGB value is (53,241,126). Sum of RGB (Red+Green+Blue) = 53+241+126=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #35F17E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F17E is #CA0E81. Grayscale: #ABABAB. Windows color (decimal): -13241986 or 8319285. OLE color: 8319285.

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

Color convert

RGB53241126-
CMYK0.7800.480.05
HSL143.3º87.04%57.65%-
HSV(B)143.3º78.01%94.51%-
XYZ36.6965.1730.38-
YUV171.68102.2243.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.62%
GREEN value IS 241 (94.53% from 255) = 57.38%
BLUE value IS 126 (49.61% from 255) = 30%
R=12.62%
G=57.38%
B=30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532411260.7800.480.05143.387.0457.65
Hex35F17E4E03058f573a
Octal65361176116060521712772
Binary11010111110001111111010011100110000101100011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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