Html Css Color HEX #54A561 Fruit Salad

📋 copy color: '#54A561'

red 84 ◦ green 165 ◦ blue 97

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

Shades of Fruit Salad #54A561

Tints of Fruit Salad #54A561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 24.28%
G = 47.69%
B = 28.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#54A561 (or 0x54A561) is known color: Fruit Salad. HEX triplet: 54, A5 and 61. RGB value is (84,165,97). Sum of RGB (Red+Green+Blue) = 84+165+97=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #54A561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A561 is #AB5A9E. Grayscale: #858585. Windows color (decimal): -11229855 or 6399316. OLE color: 6399316.

HSL color Cylindrical-coordinate representation of color #54A561: hue angle of 129.63º 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 #54A561 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 165 97 -
CMYK 0.49 0 0.41 0.35
HSL 129.63º 0.33% 0.49% -
HSV(B) 129.63º 0.49% 0.65% -
XYZ 19.27 29.66 16.02 -
YUV 133.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 84 165 97 0.49 0 0.41 0.35 129.63 0.33 0.49
Hex 54 A5 61 31 0 29 23 82 21 31
Octal 124 245 141 61 0 51 43 202 41 61
Binary 1010100 10100101 1100001 110001 0 101001 100011 10000010 100001 110001

Color Harmonies of #54A561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A561

Black with #54A561

Text Example


Text Example

White with #54A561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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