#5ED16A

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

Shades of Fern #5ED16A

Tints of Fern #5ED16A

Color information

#5ED16A (or 0x5ED16A) is unknown color: approx Fern. HEX triplet: 5E, D1 and 6A. RGB value is (94,209,106). Sum of RGB (Red+Green+Blue) = 94+209+106=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED16A is #A12E95. Grayscale: #A3A3A3. Windows color (decimal): -10563222 or 7000414. OLE color: 7000414.

HSL color Cylindrical-coordinate representation of color #5ED16A: hue angle of 126.26º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED16A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB94209106-
CMYK0.5500.490.18
HSL126.26º55.56%59.41%-
HSV(B)126.26º55.02%81.96%-
XYZ30.0249.0221.52-
YUV162.8795.978.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.98%
GREEN value IS 209 (82.03% from 255) = 51.10%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=22.98%
G=51.10%
B=25.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942091060.5500.490.18126.2655.5659.41
Hex5ED16A37031127e383b
Octal13632115267061221767073
Binary10111101101000111010101101110110001100101111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,209,106); }

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

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

 a { background-color: rgb(94,209,106); }

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

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

 span { border-color: rgb(94,209,106); }

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