#5EC161

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

Shades of Fern #5EC161

Tints of Fern #5EC161

Color information

#5EC161 (or 0x5EC161) is unknown color: approx Fern. HEX triplet: 5E, C1 and 61. RGB value is (94,193,97). Sum of RGB (Red+Green+Blue) = 94+193+97=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC161 is #A13E9E. Grayscale: #989898. Windows color (decimal): -10567327 or 6406494. OLE color: 6406494.

HSL color Cylindrical-coordinate representation of color #5EC161: hue angle of 121.82º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC161 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB9419397-
CMYK0.5100.500.24
HSL121.82º44.39%56.27%-
HSV(B)121.82º51.3%75.69%-
XYZ25.8441.3817.93-
YUV152.4596.786.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.48%
GREEN value IS 193 (75.78% from 255) = 50.26%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=24.48%
G=50.26%
B=25.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94193970.5100.500.24121.8244.3956.27
Hex5EC16133032187a2c38
Octal13630114163062301725470
Binary10111101100000111000011100110110010110001111010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,193,97); }

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

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

 a { background-color: rgb(94,193,97); }

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

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

 span { border-color: rgb(94,193,97); }

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