Html Css Color HEX #54B45C Fruit Salad

📋 copy color: '#54B45C'

red 84 ◦ green 180 ◦ blue 92

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

Shades of Fruit Salad #54B45C

Tints of Fruit Salad #54B45C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 23.6%
G = 50.56%
B = 25.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#54B45C (or 0x54B45C) is known color: Fruit Salad. HEX triplet: 54, B4 and 5C. RGB value is (84,180,92). Sum of RGB (Red+Green+Blue) = 84+180+92=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #54B45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B45C is #AB4BA3. Grayscale: #8D8D8D. Windows color (decimal): -11226020 or 6075476. OLE color: 6075476.

HSL color Cylindrical-coordinate representation of color #54B45C: hue angle of 125º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B45C is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 180 92 -
CMYK 0.53 0 0.49 0.29
HSL 125º 0.39% 0.52% -
HSV(B) 125º 0.53% 0.71% -
XYZ 21.91 35.3 15.78 -
YUV 141.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 84 180 92 0.53 0 0.49 0.29 125 0.39 0.52
Hex 54 B4 5C 35 0 31 1D 7D 27 34
Octal 124 264 134 65 0 61 35 175 47 64
Binary 1010100 10110100 1011100 110101 0 110001 11101 1111101 100111 110100

Color Harmonies of #54B45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B45C

Black with #54B45C

Text Example


Text Example

White with #54B45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,180,92); }

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

background-color css

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

 a { background-color: rgb(84,180,92); }

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

border-color css

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

 span { border-color: rgb(84,180,92); }

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