#50B968

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

Shades of Fern #50B968

Tints of Fern #50B968

Color information

#50B968 (or 0x50B968) is unknown color: approx Fern. HEX triplet: 50, B9 and 68. RGB value is (80,185,104). Sum of RGB (Red+Green+Blue) = 80+185+104=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #50B968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B968 is #AF4697. Grayscale: #909090. Windows color (decimal): -11486872 or 6863184. OLE color: 6863184.

HSL color Cylindrical-coordinate representation of color #50B968: hue angle of 133.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B968 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB80185104-
CMYK0.5700.440.27
HSL133.71º42.86%51.96%-
HSV(B)133.71º56.76%72.55%-
XYZ23.1637.419.1-
YUV144.37105.2182.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=21.68%
G=50.14%
B=28.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851040.5700.440.27133.7142.8651.96
Hex50B9683902C1B862b34
Octal12027115071054332065364
Binary101000010111001110100011100101011001101110000110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,104); }

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

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

 a { background-color: rgb(80,185,104); }

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

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

 span { border-color: rgb(80,185,104); }

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