#50B758

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

Shades of Fruit Salad #50B758

Tints of Fruit Salad #50B758

Color information

#50B758 (or 0x50B758) is unknown color: approx Fruit Salad. HEX triplet: 50, B7 and 58. RGB value is (80,183,88). Sum of RGB (Red+Green+Blue) = 80+183+88=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #50B758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B758 is #AF48A7. Grayscale: #8D8D8D. Windows color (decimal): -11487400 or 5814096. OLE color: 5814096.

HSL color Cylindrical-coordinate representation of color #50B758: hue angle of 124.66º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B758 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB8018388-
CMYK0.5600.520.28
HSL124.66º41.7%51.57%-
HSV(B)124.66º56.28%71.76%-
XYZ2236.2815.07-
YUV141.3797.8884.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 183 (71.88% from 255) = 52.14%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=22.79%
G=52.14%
B=25.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183880.5600.520.28124.6641.751.57
Hex50B758380341C7d2a34
Octal12026713070064341755264
Binary10100001011011110110001110000110100111001111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,183,88); }

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

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

 a { background-color: rgb(80,183,88); }

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

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

 span { border-color: rgb(80,183,88); }

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