#50BA64

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

Shades of Fern #50BA64

Tints of Fern #50BA64

Color information

#50BA64 (or 0x50BA64) is unknown color: approx Fern. HEX triplet: 50, BA and 64. RGB value is (80,186,100). Sum of RGB (Red+Green+Blue) = 80+186+100=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA64 is #AF459B. Grayscale: #909090. Windows color (decimal): -11486620 or 6601296. OLE color: 6601296.

HSL color Cylindrical-coordinate representation of color #50BA64: hue angle of 131.32º 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 #50BA64 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB80186100-
CMYK0.5700.460.27
HSL131.32º43.44%52.16%-
HSV(B)131.32º56.99%72.94%-
XYZ23.1737.7418.12-
YUV144.5102.8881.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 186 (73.05% from 255) = 50.82%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=21.86%
G=50.82%
B=27.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801861000.5700.460.27131.3243.4452.16
Hex50BA643902E1B832b34
Octal12027214471056332035364
Binary101000010111010110010011100101011101101110000011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,186,100); }

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

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

 a { background-color: rgb(80,186,100); }

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

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

 span { border-color: rgb(80,186,100); }

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