#50C04D

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

Shades of Fruit Salad #50C04D

Tints of Fruit Salad #50C04D

Color information

#50C04D (or 0x50C04D) is unknown color: approx Fruit Salad. HEX triplet: 50, C0 and 4D. RGB value is (80,192,77). Sum of RGB (Red+Green+Blue) = 80+192+77=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #50C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C04D is #AF3FB2. Grayscale: #919191. Windows color (decimal): -11485107 or 5095504. OLE color: 5095504.

HSL color Cylindrical-coordinate representation of color #50C04D: hue angle of 118.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C04D is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB8019277-
CMYK0.5800.600.25
HSL118.43º47.72%52.75%-
HSV(B)118.43º59.9%75.29%-
XYZ23.539.9413.49-
YUV145.489.3981.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 192 (75.39% from 255) = 55.01%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=22.92%
G=55.01%
B=22.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80192770.5800.600.25118.4347.7252.75
Hex50C04D3A03C19763035
Octal12030011572074311666065
Binary10100001100000010011011110100111100110011110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,192,77); }

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

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

 a { background-color: rgb(80,192,77); }

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

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

 span { border-color: rgb(80,192,77); }

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