Html Css Color HEX #54A059 Fruit Salad

📋 copy color: '#54A059'

red 84 ◦ green 160 ◦ blue 89

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

Shades of Fruit Salad #54A059

Tints of Fruit Salad #54A059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.05%

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 25.23%
G = 48.05%
B = 26.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#54A059 (or 0x54A059) is known color: Fruit Salad. HEX triplet: 54, A0 and 59. RGB value is (84,160,89). Sum of RGB (Red+Green+Blue) = 84+160+89=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #54A059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A059 is #AB5FA6. Grayscale: #818181. Windows color (decimal): -11231143 or 5873748. OLE color: 5873748.

HSL color Cylindrical-coordinate representation of color #54A059: hue angle of 123.95º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A059 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 89 -
CMYK 0.48 0 0.44 0.37
HSL 123.95º 0.31% 0.48% -
HSV(B) 123.95º 0.48% 0.63% -
XYZ 18.03 27.75 13.86 -
YUV 129.18 105.32 95.77 -
System Red Green Blue C M Y K H S L
Decimal 84 160 89 0.48 0 0.44 0.37 123.95 0.31 0.48
Hex 54 A0 59 30 0 2C 25 7C 1F 30
Octal 124 240 131 60 0 54 45 174 37 60
Binary 1010100 10100000 1011001 110000 0 101100 100101 1111100 11111 110000

Color Harmonies of #54A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A059

Black with #54A059

Text Example


Text Example

White with #54A059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,160,89); }

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

background-color css

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

 a { background-color: rgb(84,160,89); }

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

border-color css

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

 span { border-color: rgb(84,160,89); }

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