Html Css Color HEX #54A650 Fruit Salad

📋 copy color: '#54A650'

red 84 ◦ green 166 ◦ blue 80

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

Shades of Fruit Salad #54A650

Tints of Fruit Salad #54A650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.3%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 25.45%
G = 50.3%
B = 24.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#54A650 (or 0x54A650) is known color: Fruit Salad. HEX triplet: 54, A6 and 50. RGB value is (84,166,80). Sum of RGB (Red+Green+Blue) = 84+166+80=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #54A650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A650 is #AB59AF. Grayscale: #838383. Windows color (decimal): -11229616 or 5285460. OLE color: 5285460.

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

Color convert

RGB 84 166 80 -
CMYK 0.49 0 0.52 0.35
HSL 117.21º 0.35% 0.48% -
HSV(B) 117.21º 0.52% 0.65% -
XYZ 18.74 29.74 12.34 -
YUV 131.68 98.83 93.99 -
System Red Green Blue C M Y K H S L
Decimal 84 166 80 0.49 0 0.52 0.35 117.21 0.35 0.48
Hex 54 A6 50 31 0 34 23 75 23 30
Octal 124 246 120 61 0 64 43 165 43 60
Binary 1010100 10100110 1010000 110001 0 110100 100011 1110101 100011 110000

Color Harmonies of #54A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A650

Black with #54A650

Text Example


Text Example

White with #54A650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,166,80); }

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

background-color css

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

 a { background-color: rgb(84,166,80); }

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

border-color css

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

 span { border-color: rgb(84,166,80); }

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