#50A03E

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

Shades of Fruit Salad #50A03E

Tints of Fruit Salad #50A03E

Color information

#50A03E (or 0x50A03E) is unknown color: approx Fruit Salad. HEX triplet: 50, A0 and 3E. RGB value is (80,160,62). Sum of RGB (Red+Green+Blue) = 80+160+62=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #50A03E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A03E is #AF5FC1. Grayscale: #7D7D7D. Windows color (decimal): -11493314 or 4104272. OLE color: 4104272.

HSL color Cylindrical-coordinate representation of color #50A03E: hue angle of 108.98º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A03E is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB8016062-
CMYK0.500.610.37
HSL108.98º44.14%43.53%-
HSV(B)108.98º61.25%62.75%-
XYZ16.7527.198.92-
YUV124.9192.595.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 160 (62.89% from 255) = 52.98%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=26.49%
G=52.98%
B=20.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80160620.500.610.37108.9844.1443.53
Hex50A03E3203D256d2c2c
Octal1202407662075451555454
Binary10100001010000011111011001001111011001011101101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,160,62); }

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

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

 a { background-color: rgb(80,160,62); }

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

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

 span { border-color: rgb(80,160,62); }

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