#50BA5D

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

Shades of Fern #50BA5D

Tints of Fern #50BA5D

Color information

#50BA5D (or 0x50BA5D) is unknown color: approx Fern. HEX triplet: 50, BA and 5D. RGB value is (80,186,93). Sum of RGB (Red+Green+Blue) = 80+186+93=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA5D is #AF45A2. Grayscale: #8F8F8F. Windows color (decimal): -11486627 or 6142544. OLE color: 6142544.

HSL color Cylindrical-coordinate representation of color #50BA5D: hue angle of 127.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA5D is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB8018693-
CMYK0.5700.50.27
HSL127.36º43.44%52.16%-
HSV(B)127.36º56.99%72.94%-
XYZ22.8437.6116.41-
YUV143.799.3882.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 186 (73.05% from 255) = 51.81%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=22.28%
G=51.81%
B=25.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80186930.5700.50.27127.3643.4452.16
Hex50BA5D390321B7f2b34
Octal12027213571062331775364
Binary10100001011101010111011110010110010110111111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,186,93); }

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

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

 a { background-color: rgb(80,186,93); }

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

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

 span { border-color: rgb(80,186,93); }

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