#5EC473

Color #5EC473 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5EC473

Tints of Fern #5EC473

Color information

#5EC473 (or 0x5EC473) is unknown color: approx Fern. HEX triplet: 5E, C4 and 73. RGB value is (94,196,115). Sum of RGB (Red+Green+Blue) = 94+196+115=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC473 is #A13B8C. Grayscale: #9C9C9C. Windows color (decimal): -10566541 or 7586910. OLE color: 7586910.

HSL color Cylindrical-coordinate representation of color #5EC473: hue angle of 132.35º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC473 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB94196115-
CMYK0.5200.410.23
HSL132.35º46.36%56.86%-
HSV(B)132.35º52.04%76.86%-
XYZ27.4543.123.09-
YUV156.27104.7183.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.21%
GREEN value IS 196 (76.95% from 255) = 48.40%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=23.21%
G=48.40%
B=28.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal941961150.5200.410.23132.3546.3656.86
Hex5EC4733402917842e39
Octal13630416364051272045671
Binary101111011000100111001111010001010011011110000100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EC473; }

 p { color: rgb(94,196,115); }

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

<style>
 a { background-color: #5EC473; }

 a { background-color: rgb(94,196,115); }

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

<style>
 span { border-color: #5EC473; }

 span { border-color: rgb(94,196,115); }

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