#50BA51

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

Shades of Fruit Salad #50BA51

Tints of Fruit Salad #50BA51

Color information

#50BA51 (or 0x50BA51) is unknown color: approx Fruit Salad. HEX triplet: 50, BA and 51. RGB value is (80,186,81). Sum of RGB (Red+Green+Blue) = 80+186+81=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA51 is #AF45AE. Grayscale: #8E8E8E. Windows color (decimal): -11486639 or 5356112. OLE color: 5356112.

HSL color Cylindrical-coordinate representation of color #50BA51: hue angle of 120.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA51 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB8018681-
CMYK0.5700.560.27
HSL120.57º43.44%52.16%-
HSV(B)120.57º56.99%72.94%-
XYZ22.3537.4213.83-
YUV142.3493.3883.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 186 (73.05% from 255) = 53.60%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=23.05%
G=53.60%
B=23.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80186810.5700.560.27120.5743.4452.16
Hex50BA51390381B792b34
Octal12027212171070331715364
Binary10100001011101010100011110010111000110111111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,186,81); }

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

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

 a { background-color: rgb(80,186,81); }

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

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

 span { border-color: rgb(80,186,81); }

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