Html Css Color HEX #54994D Fruit Salad

📋 copy color: '#54994D'

red 84 ◦ green 153 ◦ blue 77

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

Shades of Fruit Salad #54994D

Tints of Fruit Salad #54994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.73%

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 26.75%
G = 48.73%
B = 24.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#54994D (or 0x54994D) is known color: Fruit Salad. HEX triplet: 54, 99 and 4D. RGB value is (84,153,77). Sum of RGB (Red+Green+Blue) = 84+153+77=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #54994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54994D is #AB66B2. Grayscale: #7B7B7B. Windows color (decimal): -11232947 or 5085524. OLE color: 5085524.

HSL color Cylindrical-coordinate representation of color #54994D: hue angle of 114.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54994D is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 77 -
CMYK 0.45 0 0.50 0.4
HSL 114.47º 0.33% 0.45% -
HSV(B) 114.47º 0.5% 0.6% -
XYZ 16.39 25.2 11.02 -
YUV 123.71 101.64 99.68 -
System Red Green Blue C M Y K H S L
Decimal 84 153 77 0.45 0 0.50 0.4 114.47 0.33 0.45
Hex 54 99 4D 2D 0 32 28 72 21 2D
Octal 124 231 115 55 0 62 50 162 41 55
Binary 1010100 10011001 1001101 101101 0 110010 101000 1110010 100001 101101

Color Harmonies of #54994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54994D

Black with #54994D

Text Example


Text Example

White with #54994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54994D; }

 p { color: rgb(84,153,77); }

 H1.HeaderClassName
 {
   color: #54994D;
 }
 .AnyTagClassName
 {
   color: #54994D;
 }
</style>

background-color css

<style>
 a { background-color: #54994D; }

 a { background-color: rgb(84,153,77); }

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

border-color css

<style>
 span { border-color: #54994D; }

 span { border-color: rgb(84,153,77); }

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