#50B761

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

Shades of Fern #50B761

Tints of Fern #50B761

Color information

#50B761 (or 0x50B761) is unknown color: approx Fern. HEX triplet: 50, B7 and 61. RGB value is (80,183,97). Sum of RGB (Red+Green+Blue) = 80+183+97=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #50B761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B761 is #AF489E. Grayscale: #8E8E8E. Windows color (decimal): -11487391 or 6403920. OLE color: 6403920.

HSL color Cylindrical-coordinate representation of color #50B761: hue angle of 129.9º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B761 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB8018397-
CMYK0.5600.470.28
HSL129.9º41.7%51.57%-
HSV(B)129.9º56.28%71.76%-
XYZ22.436.4417.16-
YUV142.4102.3883.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 183 (71.88% from 255) = 50.83%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=22.22%
G=50.83%
B=26.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183970.5600.470.28129.941.751.57
Hex50B7613802F1C822a34
Octal12026714170057342025264
Binary101000010110111110000111100001011111110010000010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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