Html Css Color HEX #54A360 Fruit Salad

📋 copy color: '#54A360'

red 84 ◦ green 163 ◦ blue 96

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

Shades of Fruit Salad #54A360

Tints of Fruit Salad #54A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.52%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 24.49%
G = 47.52%
B = 27.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#54A360 (or 0x54A360) is known color: Fruit Salad. HEX triplet: 54, A3 and 60. RGB value is (84,163,96). Sum of RGB (Red+Green+Blue) = 84+163+96=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #54A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A360 is #AB5C9F. Grayscale: #838383. Windows color (decimal): -11230368 or 6333268. OLE color: 6333268.

HSL color Cylindrical-coordinate representation of color #54A360: hue angle of 129.11º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A360 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 163 96 -
CMYK 0.48 0 0.41 0.36
HSL 129.11º 0.32% 0.48% -
HSV(B) 129.11º 0.48% 0.64% -
XYZ 18.86 28.92 15.65 -
YUV 131.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 84 163 96 0.48 0 0.41 0.36 129.11 0.32 0.48
Hex 54 A3 60 30 0 29 24 81 20 30
Octal 124 243 140 60 0 51 44 201 40 60
Binary 1010100 10100011 1100000 110000 0 101001 100100 10000001 100000 110000

Color Harmonies of #54A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A360

Black with #54A360

Text Example


Text Example

White with #54A360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,163,96); }

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

background-color css

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

 a { background-color: rgb(84,163,96); }

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

border-color css

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

 span { border-color: rgb(84,163,96); }

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