#35F17D

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

Shades of Emerald #35F17D

Tints of Emerald #35F17D

Color information

#35F17D (or 0x35F17D) is unknown color: approx Emerald. HEX triplet: 35, F1 and 7D. RGB value is (53,241,125). Sum of RGB (Red+Green+Blue) = 53+241+125=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #35F17D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F17D is #CA0E82. Grayscale: #ABABAB. Windows color (decimal): -13241987 or 8253749. OLE color: 8253749.

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

Color convert

RGB53241125-
CMYK0.7800.480.05
HSL142.98º87.04%57.65%-
HSV(B)142.98º78.01%94.51%-
XYZ36.6365.1530.05-
YUV171.56101.7243.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.65%
GREEN value IS 241 (94.53% from 255) = 57.52%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=12.65%
G=57.52%
B=29.83%

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
Decimal532411250.7800.480.05142.9887.0457.65
Hex35F17D4E03058f573a
Octal65361175116060521712772
Binary11010111110001111110110011100110000101100011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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