Html Css Color HEX #54A456 Fruit Salad

📋 copy color: '#54A456'

red 84 ◦ green 164 ◦ blue 86

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

Shades of Fruit Salad #54A456

Tints of Fruit Salad #54A456

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.1%

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 25.15%
G = 49.1%
B = 25.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#54A456 (or 0x54A456) is known color: Fruit Salad. HEX triplet: 54, A4 and 56. RGB value is (84,164,86). Sum of RGB (Red+Green+Blue) = 84+164+86=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #54A456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A456 is #AB5BA9. Grayscale: #838383. Windows color (decimal): -11230122 or 5678164. OLE color: 5678164.

HSL color Cylindrical-coordinate representation of color #54A456: hue angle of 121.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A456 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 164 86 -
CMYK 0.49 0 0.48 0.36
HSL 121.5º 0.32% 0.49% -
HSV(B) 121.5º 0.49% 0.64% -
XYZ 18.61 29.11 13.44 -
YUV 131.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 84 164 86 0.49 0 0.48 0.36 121.5 0.32 0.49
Hex 54 A4 56 31 0 30 24 7A 20 31
Octal 124 244 126 61 0 60 44 172 40 61
Binary 1010100 10100100 1010110 110001 0 110000 100100 1111010 100000 110001

Color Harmonies of #54A456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A456

Black with #54A456

Text Example


Text Example

White with #54A456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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