#509E54

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

Shades of Fruit Salad #509E54

Tints of Fruit Salad #509E54

Color information

#509E54 (or 0x509E54) is unknown color: approx Fruit Salad. HEX triplet: 50, 9E and 54. RGB value is (80,158,84). Sum of RGB (Red+Green+Blue) = 80+158+84=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #509E54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E54 is #AF61AB. Grayscale: #7E7E7E. Windows color (decimal): -11493804 or 5545552. OLE color: 5545552.

HSL color Cylindrical-coordinate representation of color #509E54: hue angle of 123.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E54 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB8015884-
CMYK0.4900.470.38
HSL123.08º32.77%46.67%-
HSV(B)123.08º49.37%61.96%-
XYZ17.1426.812.66-
YUV126.24104.1695.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 158 (62.11% from 255) = 49.07%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=24.84%
G=49.07%
B=26.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80158840.4900.470.38123.0832.7746.67
Hex509E543102F267b212f
Octal12023612461057461734157
Binary101000010011110101010011000101011111001101111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509E54; }

 p { color: rgb(80,158,84); }

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

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

 a { background-color: rgb(80,158,84); }

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

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

 span { border-color: rgb(80,158,84); }

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