#50BE5F

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

Shades of Fern #50BE5F

Tints of Fern #50BE5F

Color information

#50BE5F (or 0x50BE5F) is unknown color: approx Fern. HEX triplet: 50, BE and 5F. RGB value is (80,190,95). Sum of RGB (Red+Green+Blue) = 80+190+95=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE5F is #AF41A0. Grayscale: #929292. Windows color (decimal): -11485601 or 6274640. OLE color: 6274640.

HSL color Cylindrical-coordinate representation of color #50BE5F: hue angle of 128.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE5F is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB8019095-
CMYK0.5800.50.25
HSL128.18º45.83%52.94%-
HSV(B)128.18º57.89%74.51%-
XYZ23.7939.3617.17-
YUV146.2899.0680.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=21.92%
G=52.05%
B=26.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80190950.5800.50.25128.1845.8352.94
Hex50BE5F3A03219802e35
Octal12027613772062312005665
Binary101000010111110101111111101001100101100110000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,190,95); }

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

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

 a { background-color: rgb(80,190,95); }

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

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

 span { border-color: rgb(80,190,95); }

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