#50B161

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

Shades of Fern #50B161

Tints of Fern #50B161

Color information

#50B161 (or 0x50B161) is unknown color: approx Fern. HEX triplet: 50, B1 and 61. RGB value is (80,177,97). Sum of RGB (Red+Green+Blue) = 80+177+97=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #50B161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B161 is #AF4E9E. Grayscale: #8B8B8B. Windows color (decimal): -11488927 or 6402384. OLE color: 6402384.

HSL color Cylindrical-coordinate representation of color #50B161: hue angle of 130.52º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B161 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB8017797-
CMYK0.5500.450.31
HSL130.52º38.34%50.39%-
HSV(B)130.52º54.8%69.41%-
XYZ21.1934.0116.76-
YUV138.88104.3686-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 177 (69.53% from 255) = 50%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=22.60%
G=50%
B=27.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177970.5500.450.31130.5238.3450.39
Hex50B1613702D1F832632
Octal12026114167055372034662
Binary101000010110001110000111011101011011111110000011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,177,97); }

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

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

 a { background-color: rgb(80,177,97); }

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

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

 span { border-color: rgb(80,177,97); }

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