Html Css Color HEX #54A560 Fruit Salad

📋 copy color: '#54A560'

red 84 ◦ green 165 ◦ blue 96

#54A560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #54A560

Tints of Fruit Salad #54A560

RGB

 RED value IS 84 (33.2% from 255) = 24.35%

 GREEN value IS 165 (64.84% from 255) = 47.83%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 24.35%
G = 47.83%
B = 27.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#54A560 (or 0x54A560) is known color: Fruit Salad. HEX triplet: 54, A5 and 60. RGB value is (84,165,96). Sum of RGB (Red+Green+Blue) = 84+165+96=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #54A560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A560 is #AB5A9F. Grayscale: #858585. Windows color (decimal): -11229856 or 6333780. OLE color: 6333780.

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

Color convert

RGB 84 165 96 -
CMYK 0.49 0 0.42 0.35
HSL 128.89º 0.33% 0.49% -
HSV(B) 128.89º 0.49% 0.65% -
XYZ 19.22 29.64 15.77 -
YUV 132.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 84 165 96 0.49 0 0.42 0.35 128.89 0.33 0.49
Hex 54 A5 60 31 0 2A 23 81 21 31
Octal 124 245 140 61 0 52 43 201 41 61
Binary 1010100 10100101 1100000 110001 0 101010 100011 10000001 100001 110001

Color Harmonies of #54A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A560

Black with #54A560

Text Example


Text Example

White with #54A560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,165,96); }

 H1.HeaderClassName
 {
   color: #54A560;
 }
 .AnyTagClassName
 {
   color: #54A560;
 }
</style>

background-color css

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

 a { background-color: rgb(84,165,96); }

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

border-color css

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

 span { border-color: rgb(84,165,96); }

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