Html Css Color HEX #54984A Fruit Salad

📋 copy color: '#54984A'

red 84 ◦ green 152 ◦ blue 74

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

Shades of Fruit Salad #54984A

Tints of Fruit Salad #54984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.03%

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

R = 27.1%
G = 49.03%
B = 23.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#54984A (or 0x54984A) is known color: Fruit Salad. HEX triplet: 54, 98 and 4A. RGB value is (84,152,74). Sum of RGB (Red+Green+Blue) = 84+152+74=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #54984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54984A is #AB67B5. Grayscale: #7B7B7B. Windows color (decimal): -11233206 or 4888660. OLE color: 4888660.

HSL color Cylindrical-coordinate representation of color #54984A: hue angle of 112.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54984A is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 74 -
CMYK 0.45 0 0.51 0.40
HSL 112.31º 0.35% 0.44% -
HSV(B) 112.31º 0.51% 0.6% -
XYZ 16.12 24.84 10.42 -
YUV 122.78 100.47 100.34 -
System Red Green Blue C M Y K H S L
Decimal 84 152 74 0.45 0 0.51 0.40 112.31 0.35 0.44
Hex 54 98 4A 2D 0 33 28 70 23 2C
Octal 124 230 112 55 0 63 50 160 43 54
Binary 1010100 10011000 1001010 101101 0 110011 101000 1110000 100011 101100

Color Harmonies of #54984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54984A

Black with #54984A

Text Example


Text Example

White with #54984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54984A; }

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

 H1.HeaderClassName
 {
   color: #54984A;
 }
 .AnyTagClassName
 {
   color: #54984A;
 }
</style>

background-color css

<style>
 a { background-color: #54984A; }

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

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

border-color css

<style>
 span { border-color: #54984A; }

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

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