Html Css Color HEX #54B059 Fruit Salad

📋 copy color: '#54B059'

red 84 ◦ green 176 ◦ blue 89

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

Shades of Fruit Salad #54B059

Tints of Fruit Salad #54B059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.5%

R = 24.07%
G = 50.43%
B = 25.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#54B059 (or 0x54B059) is known color: Fruit Salad. HEX triplet: 54, B0 and 59. RGB value is (84,176,89). Sum of RGB (Red+Green+Blue) = 84+176+89=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #54B059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B059 is #AB4FA6. Grayscale: #8A8A8A. Windows color (decimal): -11227047 or 5877844. OLE color: 5877844.

HSL color Cylindrical-coordinate representation of color #54B059: hue angle of 123.26º 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 #54B059 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 176 89 -
CMYK 0.52 0 0.49 0.31
HSL 123.26º 0.37% 0.51% -
HSV(B) 123.26º 0.52% 0.69% -
XYZ 20.98 33.66 14.84 -
YUV 138.57 100.02 89.07 -
System Red Green Blue C M Y K H S L
Decimal 84 176 89 0.52 0 0.49 0.31 123.26 0.37 0.51
Hex 54 B0 59 34 0 31 1F 7B 25 33
Octal 124 260 131 64 0 61 37 173 45 63
Binary 1010100 10110000 1011001 110100 0 110001 11111 1111011 100101 110011

Color Harmonies of #54B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B059

Black with #54B059

Text Example


Text Example

White with #54B059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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