Html Css Color HEX #54994F Fruit Salad

📋 copy color: '#54994F'

red 84 ◦ green 153 ◦ blue 79

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

Shades of Fruit Salad #54994F

Tints of Fruit Salad #54994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25%

R = 26.58%
G = 48.42%
B = 25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#54994F (or 0x54994F) is known color: Fruit Salad. HEX triplet: 54, 99 and 4F. RGB value is (84,153,79). Sum of RGB (Red+Green+Blue) = 84+153+79=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #54994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54994F is #AB66B0. Grayscale: #7C7C7C. Windows color (decimal): -11232945 or 5216596. OLE color: 5216596.

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

Color convert

RGB 84 153 79 -
CMYK 0.45 0 0.48 0.4
HSL 115.95º 0.32% 0.45% -
HSV(B) 115.95º 0.48% 0.6% -
XYZ 16.46 25.23 11.4 -
YUV 123.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 84 153 79 0.45 0 0.48 0.4 115.95 0.32 0.45
Hex 54 99 4F 2D 0 30 28 74 20 2D
Octal 124 231 117 55 0 60 50 164 40 55
Binary 1010100 10011001 1001111 101101 0 110000 101000 1110100 100000 101101

Color Harmonies of #54994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54994F

Black with #54994F

Text Example


Text Example

White with #54994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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