Html Css Color HEX #54985E Fruit Salad

📋 copy color: '#54985E'

red 84 ◦ green 152 ◦ blue 94

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

Shades of Fruit Salad #54985E

Tints of Fruit Salad #54985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 25.45%
G = 46.06%
B = 28.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#54985E (or 0x54985E) is known color: Fruit Salad. HEX triplet: 54, 98 and 5E. RGB value is (84,152,94). Sum of RGB (Red+Green+Blue) = 84+152+94=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #54985E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54985E is #AB67A1. Grayscale: #7D7D7D. Windows color (decimal): -11233186 or 6199380. OLE color: 6199380.

HSL color Cylindrical-coordinate representation of color #54985E: hue angle of 128.82º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54985E is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 94 -
CMYK 0.45 0 0.38 0.40
HSL 128.82º 0.29% 0.46% -
HSV(B) 128.82º 0.45% 0.6% -
XYZ 16.9 25.15 14.55 -
YUV 125.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 84 152 94 0.45 0 0.38 0.40 128.82 0.29 0.46
Hex 54 98 5E 2D 0 26 28 81 1D 2E
Octal 124 230 136 55 0 46 50 201 35 56
Binary 1010100 10011000 1011110 101101 0 100110 101000 10000001 11101 101110

Color Harmonies of #54985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54985E

Black with #54985E

Text Example


Text Example

White with #54985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54985E; }

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

 H1.HeaderClassName
 {
   color: #54985E;
 }
 .AnyTagClassName
 {
   color: #54985E;
 }
</style>

background-color css

<style>
 a { background-color: #54985E; }

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

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

border-color css

<style>
 span { border-color: #54985E; }

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

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