#50C05B

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

Shades of Fern #50C05B

Tints of Fern #50C05B

Color information

#50C05B (or 0x50C05B) is unknown color: approx Fern. HEX triplet: 50, C0 and 5B. RGB value is (80,192,91). Sum of RGB (Red+Green+Blue) = 80+192+91=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #50C05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C05B is #AF3FA4. Grayscale: #939393. Windows color (decimal): -11485093 or 6013008. OLE color: 6013008.

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

Color convert

RGB8019291-
CMYK0.5800.530.25
HSL125.89º47.06%53.33%-
HSV(B)125.89º58.33%75.29%-
XYZ24.0540.1616.38-
YUV14796.3980.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 192 (75.39% from 255) = 52.89%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=22.04%
G=52.89%
B=25.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80192910.5800.530.25125.8947.0653.33
Hex50C05B3A035197e2f35
Octal12030013372065311765765
Binary10100001100000010110111110100110101110011111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,192,91); }

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

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

 a { background-color: rgb(80,192,91); }

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

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

 span { border-color: rgb(80,192,91); }

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