#54A755

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

Shades of Fruit Salad #54A755

Tints of Fruit Salad #54A755

Color information

#54A755 (or 0x54A755) is unknown color: approx Fruit Salad. HEX triplet: 54, A7 and 55. RGB value is (84,167,85). Sum of RGB (Red+Green+Blue) = 84+167+85=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #54A755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A755 is #AB58AA. Grayscale: #858585. Windows color (decimal): -11229355 or 5613396. OLE color: 5613396.

HSL color Cylindrical-coordinate representation of color #54A755: hue angle of 120.72º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A755 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB8416785-
CMYK0.5000.490.35
HSL120.72º33.07%49.22%-
HSV(B)120.72º49.7%65.49%-
XYZ19.1130.1813.41-
YUV132.8410193.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 167 (65.62% from 255) = 49.70%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=25%
G=49.70%
B=25.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84167850.5000.490.35120.7233.0749.22
Hex54A7553203123792131
Octal12424712562061431714161
Binary101010010100111101010111001001100011000111111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,167,85); }

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

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

 a { background-color: rgb(84,167,85); }

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

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

 span { border-color: rgb(84,167,85); }

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