#50C255

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

Shades of Fruit Salad #50C255

Tints of Fruit Salad #50C255

Color information

#50C255 (or 0x50C255) is unknown color: approx Fruit Salad. HEX triplet: 50, C2 and 55. RGB value is (80,194,85). Sum of RGB (Red+Green+Blue) = 80+194+85=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #50C255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C255 is #AF3DAA. Grayscale: #939393. Windows color (decimal): -11484587 or 5620304. OLE color: 5620304.

HSL color Cylindrical-coordinate representation of color #50C255: hue angle of 122.63º 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 #50C255 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB8019485-
CMYK0.5900.560.24
HSL122.63º48.31%53.73%-
HSV(B)122.63º58.76%76.08%-
XYZ24.2440.9415.22-
YUV147.4992.7379.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 194 (76.17% from 255) = 54.04%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=22.28%
G=54.04%
B=23.68%

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
Decimal80194850.5900.560.24122.6348.3153.73
Hex50C2553B038187b3036
Octal12030212573070301736066
Binary10100001100001010101011110110111000110001111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,194,85); }

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

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

 a { background-color: rgb(80,194,85); }

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

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

 span { border-color: rgb(80,194,85); }

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