Html Css Color HEX #54AA4A Fruit Salad

📋 copy color: '#54AA4A'

red 84 ◦ green 170 ◦ blue 74

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

Shades of Fruit Salad #54AA4A

Tints of Fruit Salad #54AA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 25.61%
G = 51.83%
B = 22.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#54AA4A (or 0x54AA4A) is known color: Fruit Salad. HEX triplet: 54, AA and 4A. RGB value is (84,170,74). Sum of RGB (Red+Green+Blue) = 84+170+74=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AA4A is #AB55B5. Grayscale: #858585. Windows color (decimal): -11228598 or 4893268. OLE color: 4893268.

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

Color convert

RGB 84 170 74 -
CMYK 0.51 0 0.56 0.33
HSL 113.75º 0.39% 0.48% -
HSV(B) 113.75º 0.56% 0.67% -
XYZ 19.27 31.13 11.47 -
YUV 133.34 94.51 92.81 -
System Red Green Blue C M Y K H S L
Decimal 84 170 74 0.51 0 0.56 0.33 113.75 0.39 0.48
Hex 54 AA 4A 33 0 38 21 72 27 30
Octal 124 252 112 63 0 70 41 162 47 60
Binary 1010100 10101010 1001010 110011 0 111000 100001 1110010 100111 110000

Color Harmonies of #54AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AA4A

Black with #54AA4A

Text Example


Text Example

White with #54AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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