#50B360

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

Shades of Fern #50B360

Tints of Fern #50B360

Color information

#50B360 (or 0x50B360) is unknown color: approx Fern. HEX triplet: 50, B3 and 60. RGB value is (80,179,96). Sum of RGB (Red+Green+Blue) = 80+179+96=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #50B360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B360 is #AF4C9F. Grayscale: #8C8C8C. Windows color (decimal): -11488416 or 6337360. OLE color: 6337360.

HSL color Cylindrical-coordinate representation of color #50B360: hue angle of 129.7º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B360 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB8017996-
CMYK0.5500.460.30
HSL129.7º39.44%50.78%-
HSV(B)129.7º55.31%70.2%-
XYZ21.5434.7916.65-
YUV139.94103.285.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 179 (70.31% from 255) = 50.42%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=22.54%
G=50.42%
B=27.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80179960.5500.460.30129.739.4450.78
Hex50B3603702E1E822733
Octal12026314067056362024763
Binary101000010110011110000011011101011101111010000010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,179,96); }

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

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

 a { background-color: rgb(80,179,96); }

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

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

 span { border-color: rgb(80,179,96); }

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