#54BA56

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

Shades of Fruit Salad #54BA56

Tints of Fruit Salad #54BA56

Color information

#54BA56 (or 0x54BA56) is unknown color: approx Fruit Salad. HEX triplet: 54, BA and 56. RGB value is (84,186,86). Sum of RGB (Red+Green+Blue) = 84+186+86=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA56 is #AB45A9. Grayscale: #909090. Windows color (decimal): -11224490 or 5683796. OLE color: 5683796.

HSL color Cylindrical-coordinate representation of color #54BA56: hue angle of 121.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BA56 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB8418686-
CMYK0.5500.540.27
HSL121.18º42.5%52.94%-
HSV(B)121.18º54.84%72.94%-
XYZ22.8937.6714.87-
YUV144.195.2185.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=23.60%
G=52.25%
B=24.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84186860.5500.540.27121.1842.552.94
Hex54BA56370361B792a35
Octal12427212667066331715265
Binary10101001011101010101101101110110110110111111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,186,86); }

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

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

 a { background-color: rgb(84,186,86); }

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

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

 span { border-color: rgb(84,186,86); }

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