#50C95A

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

Shades of Fern #50C95A

Tints of Fern #50C95A

Color information

#50C95A (or 0x50C95A) is unknown color: approx Fern. HEX triplet: 50, C9 and 5A. RGB value is (80,201,90). Sum of RGB (Red+Green+Blue) = 80+201+90=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #50C95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C95A is #AF36A5. Grayscale: #989898. Windows color (decimal): -11482790 or 5949776. OLE color: 5949776.

HSL color Cylindrical-coordinate representation of color #50C95A: hue angle of 124.96º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C95A is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB8020190-
CMYK0.6000.550.21
HSL124.96º52.84%55.1%-
HSV(B)124.96º60.2%78.82%-
XYZ26.0444.2216.84-
YUV152.1792.9176.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 201 (78.91% from 255) = 54.18%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=21.56%
G=54.18%
B=24.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80201900.6000.550.21124.9652.8455.1
Hex50C95A3C037157d3537
Octal12031113274067251756567
Binary10100001100100110110101111000110111101011111101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,201,90); }

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

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

 a { background-color: rgb(80,201,90); }

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

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

 span { border-color: rgb(80,201,90); }

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