#5EC465

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

Shades of Fern #5EC465

Tints of Fern #5EC465

Color information

#5EC465 (or 0x5EC465) is unknown color: approx Fern. HEX triplet: 5E, C4 and 65. RGB value is (94,196,101). Sum of RGB (Red+Green+Blue) = 94+196+101=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC465 is #A13B9A. Grayscale: #9A9A9A. Windows color (decimal): -10566555 or 6669406. OLE color: 6669406.

HSL color Cylindrical-coordinate representation of color #5EC465: hue angle of 124.12º 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 #5EC465 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB94196101-
CMYK0.5200.480.23
HSL124.12º46.36%56.86%-
HSV(B)124.12º52.04%76.86%-
XYZ26.742.819.17-
YUV154.6797.7184.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.04%
GREEN value IS 196 (76.95% from 255) = 50.13%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=24.04%
G=50.13%
B=25.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal941961010.5200.480.23124.1246.3656.86
Hex5EC46534030177c2e39
Octal13630414564060271745671
Binary10111101100010011001011101000110000101111111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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