Html Css Color HEX #54A85F Fruit Salad

📋 copy color: '#54A85F'

red 84 ◦ green 168 ◦ blue 95

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

Shades of Fruit Salad #54A85F

Tints of Fruit Salad #54A85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.41%

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 24.21%
G = 48.41%
B = 27.38%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#54A85F (or 0x54A85F) is known color: Fruit Salad. HEX triplet: 54, A8 and 5F. RGB value is (84,168,95). Sum of RGB (Red+Green+Blue) = 84+168+95=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #54A85F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A85F is #AB57A0. Grayscale: #868686. Windows color (decimal): -11229089 or 6269012. OLE color: 6269012.

HSL color Cylindrical-coordinate representation of color #54A85F: hue angle of 127.86º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A85F is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 168 95 -
CMYK 0.5 0 0.43 0.34
HSL 127.86º 0.33% 0.49% -
HSV(B) 127.86º 0.5% 0.66% -
XYZ 19.72 30.72 15.72 -
YUV 134.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 84 168 95 0.5 0 0.43 0.34 127.86 0.33 0.49
Hex 54 A8 5F 32 0 2B 22 80 21 31
Octal 124 250 137 62 0 53 42 200 41 61
Binary 1010100 10101000 1011111 110010 0 101011 100010 10000000 100001 110001

Color Harmonies of #54A85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A85F

Black with #54A85F

Text Example


Text Example

White with #54A85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,168,95); }

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

background-color css

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

 a { background-color: rgb(84,168,95); }

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

border-color css

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

 span { border-color: rgb(84,168,95); }

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