#509851

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

Shades of Fruit Salad #509851

Tints of Fruit Salad #509851

Color information

#509851 (or 0x509851) is unknown color: approx Fruit Salad. HEX triplet: 50, 98 and 51. RGB value is (80,152,81). Sum of RGB (Red+Green+Blue) = 80+152+81=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #509851 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509851 is #AF67AE. Grayscale: #7A7A7A. Windows color (decimal): -11495343 or 5347408. OLE color: 5347408.

HSL color Cylindrical-coordinate representation of color #509851: hue angle of 120.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509851 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB8015281-
CMYK0.4700.470.40
HSL120.83º31.03%45.49%-
HSV(B)120.83º47.37%59.61%-
XYZ16.0224.7611.72-
YUV122.38104.6597.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=25.56%
G=48.56%
B=25.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152810.4700.470.40120.8331.0345.49
Hex5098512F02F28791f2d
Octal12023012157057501713755
Binary10100001001100010100011011110101111101000111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509851; }

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

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

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

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

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

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

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

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