#54984E

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

Shades of Fruit Salad #54984E

Tints of Fruit Salad #54984E

Color information

#54984E (or 0x54984E) is unknown color: approx Fruit Salad. HEX triplet: 54, 98 and 4E. RGB value is (84,152,78). Sum of RGB (Red+Green+Blue) = 84+152+78=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #54984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54984E is #AB67B1. Grayscale: #7B7B7B. Windows color (decimal): -11233202 or 5150804. OLE color: 5150804.

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

Color convert

RGB8415278-
CMYK0.4500.490.40
HSL115.14º32.17%45.1%-
HSV(B)115.14º48.68%59.61%-
XYZ16.2624.8911.16-
YUV123.23102.47100.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=26.75%
G=48.41%
B=24.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152780.4500.490.40115.1432.1745.1
Hex54984E2D0312873202d
Octal12423011655061501634055
Binary101010010011000100111010110101100011010001110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54984E; }

 p { color: rgb(84,152,78); }

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

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

 a { background-color: rgb(84,152,78); }

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

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

 span { border-color: rgb(84,152,78); }

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