Html Css Color HEX #54A260 Fruit Salad

📋 copy color: '#54A260'

red 84 ◦ green 162 ◦ blue 96

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

Shades of Fruit Salad #54A260

Tints of Fruit Salad #54A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.37%

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

R = 24.56%
G = 47.37%
B = 28.07%

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

#54A260 (or 0x54A260) is known color: Fruit Salad. HEX triplet: 54, A2 and 60. RGB value is (84,162,96). Sum of RGB (Red+Green+Blue) = 84+162+96=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #54A260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A260 is #AB5D9F. Grayscale: #838383. Windows color (decimal): -11230624 or 6333012. OLE color: 6333012.

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

Color convert

RGB 84 162 96 -
CMYK 0.48 0 0.41 0.36
HSL 129.23º 0.32% 0.48% -
HSV(B) 129.23º 0.48% 0.64% -
XYZ 18.69 28.57 15.6 -
YUV 131.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 84 162 96 0.48 0 0.41 0.36 129.23 0.32 0.48
Hex 54 A2 60 30 0 29 24 81 20 30
Octal 124 242 140 60 0 51 44 201 40 60
Binary 1010100 10100010 1100000 110000 0 101001 100100 10000001 100000 110000

Color Harmonies of #54A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A260

Black with #54A260

Text Example


Text Example

White with #54A260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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