#50C64F

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

Shades of Fruit Salad #50C64F

Tints of Fruit Salad #50C64F

Color information

#50C64F (or 0x50C64F) is unknown color: approx Fruit Salad. HEX triplet: 50, C6 and 4F. RGB value is (80,198,79). Sum of RGB (Red+Green+Blue) = 80+198+79=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #50C64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C64F is #AF39B0. Grayscale: #959595. Windows color (decimal): -11483569 or 5228112. OLE color: 5228112.

HSL color Cylindrical-coordinate representation of color #50C64F: hue angle of 119.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C64F is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB8019879-
CMYK0.6000.600.22
HSL119.5º51.07%54.31%-
HSV(B)119.5º60.1%77.65%-
XYZ24.9142.6614.32-
YUV149.1588.4178.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 198 (77.73% from 255) = 55.46%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=22.41%
G=55.46%
B=22.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80198790.6000.600.22119.551.0754.31
Hex50C64F3C03C16773336
Octal12030611774074261676366
Binary10100001100011010011111111000111100101101110111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,79); }

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

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

 a { background-color: rgb(80,198,79); }

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

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

 span { border-color: rgb(80,198,79); }

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