Html Css Color HEX #54A249 Fruit Salad

📋 copy color: '#54A249'

red 84 ◦ green 162 ◦ blue 73

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

Shades of Fruit Salad #54A249

Tints of Fruit Salad #54A249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.78%

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 26.33%
G = 50.78%
B = 22.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#54A249 (or 0x54A249) is known color: Fruit Salad. HEX triplet: 54, A2 and 49. RGB value is (84,162,73). Sum of RGB (Red+Green+Blue) = 84+162+73=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #54A249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A249 is #AB5DB6. Grayscale: #808080. Windows color (decimal): -11230647 or 4825684. OLE color: 4825684.

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

Color convert

RGB 84 162 73 -
CMYK 0.48 0 0.55 0.36
HSL 112.58º 0.38% 0.46% -
HSV(B) 112.58º 0.55% 0.64% -
XYZ 17.78 28.21 10.81 -
YUV 128.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 84 162 73 0.48 0 0.55 0.36 112.58 0.38 0.46
Hex 54 A2 49 30 0 37 24 71 26 2E
Octal 124 242 111 60 0 67 44 161 46 56
Binary 1010100 10100010 1001001 110000 0 110111 100100 1110001 100110 101110

Color Harmonies of #54A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A249

Black with #54A249

Text Example


Text Example

White with #54A249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,162,73); }

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

background-color css

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

 a { background-color: rgb(84,162,73); }

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

border-color css

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

 span { border-color: rgb(84,162,73); }

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