#54A84E

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

Shades of Fruit Salad #54A84E

Tints of Fruit Salad #54A84E

Color information

#54A84E (or 0x54A84E) is unknown color: approx Fruit Salad. HEX triplet: 54, A8 and 4E. RGB value is (84,168,78). Sum of RGB (Red+Green+Blue) = 84+168+78=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #54A84E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A84E is #AB57B1. Grayscale: #848484. Windows color (decimal): -11229106 or 5154900. OLE color: 5154900.

HSL color Cylindrical-coordinate representation of color #54A84E: hue angle of 116º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54A84E is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB8416878-
CMYK0.500.540.34
HSL116º36.59%48.24%-
HSV(B)116º53.57%65.88%-
XYZ19.0330.4412.08-
YUV132.6297.1793.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 168 (66.02% from 255) = 50.91%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=25.45%
G=50.91%
B=23.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal84168780.500.540.3411636.5948.24
Hex54A84E3203622742530
Octal12425011662066421644560
Binary101010010101000100111011001001101101000101110100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A84E; }

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

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

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

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

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

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

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

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