Html Css Color HEX #54965F Fruit Salad

📋 copy color: '#54965F'

red 84 ◦ green 150 ◦ blue 95

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

Shades of Fruit Salad #54965F

Tints of Fruit Salad #54965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 25.53%
G = 45.59%
B = 28.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#54965F (or 0x54965F) is known color: Fruit Salad. HEX triplet: 54, 96 and 5F. RGB value is (84,150,95). Sum of RGB (Red+Green+Blue) = 84+150+95=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #54965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54965F is #AB69A0. Grayscale: #7C7C7C. Windows color (decimal): -11233697 or 6264404. OLE color: 6264404.

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

Color convert

RGB 84 150 95 -
CMYK 0.44 0 0.37 0.41
HSL 130º 0.28% 0.46% -
HSV(B) 130º 0.44% 0.59% -
XYZ 16.63 24.52 14.68 -
YUV 124 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 84 150 95 0.44 0 0.37 0.41 130 0.28 0.46
Hex 54 96 5F 2C 0 25 29 82 1C 2E
Octal 124 226 137 54 0 45 51 202 34 56
Binary 1010100 10010110 1011111 101100 0 100101 101001 10000010 11100 101110

Color Harmonies of #54965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54965F

Black with #54965F

Text Example


Text Example

White with #54965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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