#50C44E

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

Shades of Fruit Salad #50C44E

Tints of Fruit Salad #50C44E

Color information

#50C44E (or 0x50C44E) is unknown color: approx Fruit Salad. HEX triplet: 50, C4 and 4E. RGB value is (80,196,78). Sum of RGB (Red+Green+Blue) = 80+196+78=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #50C44E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C44E is #AF3BB1. Grayscale: #949494. Windows color (decimal): -11484082 or 5162064. OLE color: 5162064.

HSL color Cylindrical-coordinate representation of color #50C44E: hue angle of 118.98º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C44E is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB8019678-
CMYK0.5900.600.23
HSL118.98º50%53.73%-
HSV(B)118.98º60.2%76.86%-
XYZ24.4241.7413.98-
YUV147.8688.5779.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 196 (76.95% from 255) = 55.37%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=22.60%
G=55.37%
B=22.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80196780.5900.600.23118.985053.73
Hex50C44E3B03C17773236
Octal12030411673074271676266
Binary10100001100010010011101110110111100101111110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,196,78); }

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

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

 a { background-color: rgb(80,196,78); }

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

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

 span { border-color: rgb(80,196,78); }

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