#50C154

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

Shades of Fruit Salad #50C154

Tints of Fruit Salad #50C154

Color information

#50C154 (or 0x50C154) is unknown color: approx Fruit Salad. HEX triplet: 50, C1 and 54. RGB value is (80,193,84). Sum of RGB (Red+Green+Blue) = 80+193+84=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #50C154 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C154 is #AF3EAB. Grayscale: #939393. Windows color (decimal): -11484844 or 5554512. OLE color: 5554512.

HSL color Cylindrical-coordinate representation of color #50C154: hue angle of 122.12º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C154 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB8019384-
CMYK0.5900.560.24
HSL122.12º47.68%53.53%-
HSV(B)122.12º58.55%75.69%-
XYZ23.9840.4914.94-
YUV146.7992.5680.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=22.41%
G=54.06%
B=23.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80193840.5900.560.24122.1247.6853.53
Hex50C1543B038187a3036
Octal12030112473070301726066
Binary10100001100000110101001110110111000110001111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,193,84); }

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

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

 a { background-color: rgb(80,193,84); }

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

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

 span { border-color: rgb(80,193,84); }

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