#50B661

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

Shades of Fern #50B661

Tints of Fern #50B661

Color information

#50B661 (or 0x50B661) is unknown color: approx Fern. HEX triplet: 50, B6 and 61. RGB value is (80,182,97). Sum of RGB (Red+Green+Blue) = 80+182+97=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #50B661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B661 is #AF499E. Grayscale: #8E8E8E. Windows color (decimal): -11487647 or 6403664. OLE color: 6403664.

HSL color Cylindrical-coordinate representation of color #50B661: hue angle of 130º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B661 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB8018297-
CMYK0.5600.470.29
HSL130º41.13%51.37%-
HSV(B)130º56.04%71.37%-
XYZ22.1936.0217.09-
YUV141.81102.7183.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 182 (71.48% from 255) = 50.70%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=22.28%
G=50.70%
B=27.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80182970.5600.470.2913041.1351.37
Hex50B6613802F1D822933
Octal12026614170057352025163
Binary101000010110110110000111100001011111110110000010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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