Html Css Color HEX #54A35D Fruit Salad

📋 copy color: '#54A35D'

red 84 ◦ green 163 ◦ blue 93

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

Shades of Fruit Salad #54A35D

Tints of Fruit Salad #54A35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 24.71%
G = 47.94%
B = 27.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#54A35D (or 0x54A35D) is known color: Fruit Salad. HEX triplet: 54, A3 and 5D. RGB value is (84,163,93). Sum of RGB (Red+Green+Blue) = 84+163+93=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #54A35D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A35D is #AB5CA2. Grayscale: #838383. Windows color (decimal): -11230371 or 6136660. OLE color: 6136660.

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

Color convert

RGB 84 163 93 -
CMYK 0.48 0 0.43 0.36
HSL 126.84º 0.32% 0.48% -
HSV(B) 126.84º 0.48% 0.64% -
XYZ 18.73 28.87 14.94 -
YUV 131.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 84 163 93 0.48 0 0.43 0.36 126.84 0.32 0.48
Hex 54 A3 5D 30 0 2B 24 7F 20 30
Octal 124 243 135 60 0 53 44 177 40 60
Binary 1010100 10100011 1011101 110000 0 101011 100100 1111111 100000 110000

Color Harmonies of #54A35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A35D

Black with #54A35D

Text Example


Text Example

White with #54A35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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