#50bf51

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

Shades of Fruit Salad #50BF51

Tints of Fruit Salad #50BF51

Color information

#50BF51 (or 0x50BF51) is unknown color: approx Fruit Salad. HEX triplet: 50, BF and 51. RGB value is (80,191,81). Sum of RGB (Red+Green+Blue) = 80+191+81=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF51 is #AF40AE. Grayscale: #919191. Windows color (decimal): -11485359 or 5357392. OLE color: 5357392.

HSL color Cylindrical-coordinate representation of color #50BF51: hue angle of 120.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BF51 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB8019181-
CMYK0.5800.580.25
HSL120.54º46.44%53.14%-
HSV(B)120.54º58.12%74.9%-
XYZ23.4239.5614.19-
YUV145.2791.7381.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 191 (75% from 255) = 54.26%
BLUE value IS 81 (32.03% from 255) = 23.01%
R=22.73%
G=54.26%
B=23.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80191810.5800.580.25120.5446.4453.14
Hex50BF513A03A19792e35
Octal12027712172072311715665
Binary10100001011111110100011110100111010110011111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50bf51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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