#50BE5C

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

Shades of Fern #50BE5C

Tints of Fern #50BE5C

Color information

#50BE5C (or 0x50BE5C) is unknown color: approx Fern. HEX triplet: 50, BE and 5C. RGB value is (80,190,92). Sum of RGB (Red+Green+Blue) = 80+190+92=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE5C is #AF41A3. Grayscale: #929292. Windows color (decimal): -11485604 or 6078032. OLE color: 6078032.

HSL color Cylindrical-coordinate representation of color #50BE5C: hue angle of 126.55º 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 #50BE5C is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB8019092-
CMYK0.5800.520.25
HSL126.55º45.83%52.94%-
HSV(B)126.55º57.89%74.51%-
XYZ23.6539.3116.47-
YUV145.9497.5680.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 190 (74.61% from 255) = 52.49%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=22.10%
G=52.49%
B=25.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80190920.5800.520.25126.5545.8352.94
Hex50BE5C3A034197f2e35
Octal12027613472064311775665
Binary10100001011111010111001110100110100110011111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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