Html Css Color HEX #54B550 Fruit Salad

📋 copy color: '#54B550'

red 84 ◦ green 181 ◦ blue 80

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

Shades of Fruit Salad #54B550

Tints of Fruit Salad #54B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.46%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 24.35%
G = 52.46%
B = 23.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#54B550 (or 0x54B550) is known color: Fruit Salad. HEX triplet: 54, B5 and 50. RGB value is (84,181,80). Sum of RGB (Red+Green+Blue) = 84+181+80=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #54B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B550 is #AB4AAF. Grayscale: #8C8C8C. Windows color (decimal): -11225776 or 5289300. OLE color: 5289300.

HSL color Cylindrical-coordinate representation of color #54B550: hue angle of 117.62º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54B550 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 181 80 -
CMYK 0.54 0 0.56 0.29
HSL 117.62º 0.41% 0.51% -
HSV(B) 117.62º 0.56% 0.71% -
XYZ 21.63 35.51 13.3 -
YUV 140.48 93.86 87.71 -
System Red Green Blue C M Y K H S L
Decimal 84 181 80 0.54 0 0.56 0.29 117.62 0.41 0.51
Hex 54 B5 50 36 0 38 1D 76 29 33
Octal 124 265 120 66 0 70 35 166 51 63
Binary 1010100 10110101 1010000 110110 0 111000 11101 1110110 101001 110011

Color Harmonies of #54B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B550

Black with #54B550

Text Example


Text Example

White with #54B550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,181,80); }

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

background-color css

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

 a { background-color: rgb(84,181,80); }

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

border-color css

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

 span { border-color: rgb(84,181,80); }

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