#50B865

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

Shades of Fern #50B865

Tints of Fern #50B865

Color information

#50B865 (or 0x50B865) is unknown color: approx Fern. HEX triplet: 50, B8 and 65. RGB value is (80,184,101). Sum of RGB (Red+Green+Blue) = 80+184+101=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #50B865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B865 is #AF479A. Grayscale: #8F8F8F. Windows color (decimal): -11487131 or 6666320. OLE color: 6666320.

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

Color convert

RGB80184101-
CMYK0.5700.450.28
HSL132.12º42.28%51.76%-
HSV(B)132.12º56.52%72.16%-
XYZ22.836.9318.24-
YUV143.44104.0482.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 184 (72.27% from 255) = 50.41%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=21.92%
G=50.41%
B=27.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal801841010.5700.450.28132.1242.2851.76
Hex50B8653902D1C842a34
Octal12027014571055342045264
Binary101000010111000110010111100101011011110010000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,184,101); }

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

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

 a { background-color: rgb(80,184,101); }

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

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

 span { border-color: rgb(80,184,101); }

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