Html Css Color HEX #54964F Fruit Salad

📋 copy color: '#54964F'

red 84 ◦ green 150 ◦ blue 79

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

Shades of Fruit Salad #54964F

Tints of Fruit Salad #54964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

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

R = 26.84%
G = 47.92%
B = 25.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#54964F (or 0x54964F) is known color: Fruit Salad. HEX triplet: 54, 96 and 4F. RGB value is (84,150,79). Sum of RGB (Red+Green+Blue) = 84+150+79=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #54964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54964F is #AB69B0. Grayscale: #7A7A7A. Windows color (decimal): -11233713 or 5215828. OLE color: 5215828.

HSL color Cylindrical-coordinate representation of color #54964F: hue angle of 115.77º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54964F is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 79 -
CMYK 0.44 0 0.47 0.41
HSL 115.77º 0.31% 0.45% -
HSV(B) 115.77º 0.47% 0.59% -
XYZ 15.97 24.26 11.24 -
YUV 122.17 103.63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 84 150 79 0.44 0 0.47 0.41 115.77 0.31 0.45
Hex 54 96 4F 2C 0 2F 29 74 1F 2D
Octal 124 226 117 54 0 57 51 164 37 55
Binary 1010100 10010110 1001111 101100 0 101111 101001 1110100 11111 101101

Color Harmonies of #54964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54964F

Black with #54964F

Text Example


Text Example

White with #54964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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