#50C35F

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

Shades of Fern #50C35F

Tints of Fern #50C35F

Color information

#50C35F (or 0x50C35F) is unknown color: approx Fern. HEX triplet: 50, C3 and 5F. RGB value is (80,195,95). Sum of RGB (Red+Green+Blue) = 80+195+95=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #50C35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C35F is #AF3CA0. Grayscale: #959595. Windows color (decimal): -11484321 or 6275920. OLE color: 6275920.

HSL color Cylindrical-coordinate representation of color #50C35F: hue angle of 127.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C35F is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB8019595-
CMYK0.5900.510.24
HSL127.83º48.94%53.92%-
HSV(B)127.83º58.97%76.47%-
XYZ24.8941.5617.54-
YUV149.2297.478.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 195 (76.56% from 255) = 52.70%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=21.62%
G=52.70%
B=25.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80195950.5900.510.24127.8348.9453.92
Hex50C35F3B03318803136
Octal12030313773063302006166
Binary101000011000011101111111101101100111100010000000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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