#35F37C

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

Shades of Emerald #35F37C

Tints of Emerald #35F37C

Color information

#35F37C (or 0x35F37C) is unknown color: approx Emerald. HEX triplet: 35, F3 and 7C. RGB value is (53,243,124). Sum of RGB (Red+Green+Blue) = 53+243+124=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #35F37C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F37C is #CA0C83. Grayscale: #ACACAC. Windows color (decimal): -13241476 or 8188725. OLE color: 8188725.

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

Color convert

RGB53243124-
CMYK0.7800.490.05
HSL142.42º88.79%58.04%-
HSV(B)142.42º78.19%95.29%-
XYZ37.1666.3129.91-
YUV172.62100.5542.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.62%
GREEN value IS 243 (95.31% from 255) = 57.86%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=12.62%
G=57.86%
B=29.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532431240.7800.490.05142.4288.7958.04
Hex35F37C4E03158e593a
Octal65363174116061521613172
Binary11010111110011111110010011100110001101100011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,243,124); }

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

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

 a { background-color: rgb(53,243,124); }

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

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

 span { border-color: rgb(53,243,124); }

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