#50D854

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

Shades of Fern #50D854

Tints of Fern #50D854

Color information

#50D854 (or 0x50D854) is unknown color: approx Fern. HEX triplet: 50, D8 and 54. RGB value is (80,216,84). Sum of RGB (Red+Green+Blue) = 80+216+84=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #50D854 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D854 is #AF27AB. Grayscale: #A0A0A0. Windows color (decimal): -11478956 or 5560400. OLE color: 5560400.

HSL color Cylindrical-coordinate representation of color #50D854: hue angle of 121.76º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D854 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB8021684-
CMYK0.6300.610.15
HSL121.76º63.55%58.04%-
HSV(B)121.76º62.96%84.71%-
XYZ29.4651.4616.77-
YUV160.2984.9470.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 216 (84.77% from 255) = 56.84%
BLUE value IS 84 (33.20% from 255) = 22.11%
R=21.05%
G=56.84%
B=22.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal80216840.6300.610.15121.7663.5558.04
Hex50D8543F03DF7a403a
Octal120330124770751717210072
Binary10100001101100010101001111110111101111111110101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50D854; }

 p { color: rgb(80,216,84); }

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

<style>
 a { background-color: #50D854; }

 a { background-color: rgb(80,216,84); }

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

<style>
 span { border-color: #50D854; }

 span { border-color: rgb(80,216,84); }

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