Html Css Color HEX #54A55D Fruit Salad

📋 copy color: '#54A55D'

red 84 ◦ green 165 ◦ blue 93

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

Shades of Fruit Salad #54A55D

Tints of Fruit Salad #54A55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.25%

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 24.56%
G = 48.25%
B = 27.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#54A55D (or 0x54A55D) is known color: Fruit Salad. HEX triplet: 54, A5 and 5D. RGB value is (84,165,93). Sum of RGB (Red+Green+Blue) = 84+165+93=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #54A55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A55D is #AB5AA2. Grayscale: #848484. Windows color (decimal): -11229859 or 6137172. OLE color: 6137172.

HSL color Cylindrical-coordinate representation of color #54A55D: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A55D is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 165 93 -
CMYK 0.49 0 0.44 0.35
HSL 126.67º 0.33% 0.49% -
HSV(B) 126.67º 0.49% 0.65% -
XYZ 19.09 29.59 15.06 -
YUV 132.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 84 165 93 0.49 0 0.44 0.35 126.67 0.33 0.49
Hex 54 A5 5D 31 0 2C 23 7F 21 31
Octal 124 245 135 61 0 54 43 177 41 61
Binary 1010100 10100101 1011101 110001 0 101100 100011 1111111 100001 110001

Color Harmonies of #54A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A55D

Black with #54A55D

Text Example


Text Example

White with #54A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A55D; }

 p { color: rgb(84,165,93); }

 H1.HeaderClassName
 {
   color: #54A55D;
 }
 .AnyTagClassName
 {
   color: #54A55D;
 }
</style>

background-color css

<style>
 a { background-color: #54A55D; }

 a { background-color: rgb(84,165,93); }

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

border-color css

<style>
 span { border-color: #54A55D; }

 span { border-color: rgb(84,165,93); }

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