Html Css Color HEX #54B056 Fruit Salad

📋 copy color: '#54B056'

red 84 ◦ green 176 ◦ blue 86

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

Shades of Fruit Salad #54B056

Tints of Fruit Salad #54B056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.87%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 24.28%
G = 50.87%
B = 24.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#54B056 (or 0x54B056) is known color: Fruit Salad. HEX triplet: 54, B0 and 56. RGB value is (84,176,86). Sum of RGB (Red+Green+Blue) = 84+176+86=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #54B056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B056 is #AB4FA9. Grayscale: #8A8A8A. Windows color (decimal): -11227050 or 5681236. OLE color: 5681236.

HSL color Cylindrical-coordinate representation of color #54B056: hue angle of 121.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B056 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 176 86 -
CMYK 0.52 0 0.51 0.31
HSL 121.3º 0.37% 0.51% -
HSV(B) 121.3º 0.52% 0.69% -
XYZ 20.86 33.61 14.19 -
YUV 138.23 98.52 89.32 -
System Red Green Blue C M Y K H S L
Decimal 84 176 86 0.52 0 0.51 0.31 121.3 0.37 0.51
Hex 54 B0 56 34 0 33 1F 79 25 33
Octal 124 260 126 64 0 63 37 171 45 63
Binary 1010100 10110000 1010110 110100 0 110011 11111 1111001 100101 110011

Color Harmonies of #54B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B056

Black with #54B056

Text Example


Text Example

White with #54B056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,176,86); }

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

background-color css

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

 a { background-color: rgb(84,176,86); }

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

border-color css

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

 span { border-color: rgb(84,176,86); }

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