Html Css Color HEX #54AA50 Fruit Salad

📋 copy color: '#54AA50'

red 84 ◦ green 170 ◦ blue 80

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

Shades of Fruit Salad #54AA50

Tints of Fruit Salad #54AA50

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.9%

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 25.15%
G = 50.9%
B = 23.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#54AA50 (or 0x54AA50) is known color: Fruit Salad. HEX triplet: 54, AA and 50. RGB value is (84,170,80). Sum of RGB (Red+Green+Blue) = 84+170+80=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA50 is #AB55AF. Grayscale: #868686. Windows color (decimal): -11228592 or 5286484. OLE color: 5286484.

HSL color Cylindrical-coordinate representation of color #54AA50: hue angle of 117.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54AA50 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 170 80 -
CMYK 0.51 0 0.53 0.33
HSL 117.33º 0.36% 0.49% -
HSV(B) 117.33º 0.53% 0.67% -
XYZ 19.48 31.21 12.59 -
YUV 134.03 97.51 92.32 -
System Red Green Blue C M Y K H S L
Decimal 84 170 80 0.51 0 0.53 0.33 117.33 0.36 0.49
Hex 54 AA 50 33 0 35 21 75 24 31
Octal 124 252 120 63 0 65 41 165 44 61
Binary 1010100 10101010 1010000 110011 0 110101 100001 1110101 100100 110001

Color Harmonies of #54AA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AA50

Black with #54AA50

Text Example


Text Example

White with #54AA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,170,80); }

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

background-color css

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

 a { background-color: rgb(84,170,80); }

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

border-color css

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

 span { border-color: rgb(84,170,80); }

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