#54BA50

Color #54BA50 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #54BA50

Tints of Fruit Salad #54BA50

Color information

#54BA50 (or 0x54BA50) is unknown color: approx Fruit Salad. HEX triplet: 54, BA and 50. RGB value is (84,186,80). Sum of RGB (Red+Green+Blue) = 84+186+80=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA50 is #AB45AF. Grayscale: #8F8F8F. Windows color (decimal): -11224496 or 5290580. OLE color: 5290580.

HSL color Cylindrical-coordinate representation of color #54BA50: hue angle of 117.74º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54BA50 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB8418680-
CMYK0.5500.570.27
HSL117.74º43.44%52.16%-
HSV(B)117.74º56.99%72.94%-
XYZ22.6637.5813.65-
YUV143.4292.2185.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 186 (73.05% from 255) = 53.14%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=24%
G=53.14%
B=22.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84186800.5500.570.27117.7443.4452.16
Hex54BA50370391B762b34
Octal12427212067071331665364
Binary10101001011101010100001101110111001110111110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54BA50;
 }
 .AnyTagClassName
 {
   color: #54BA50;
 }
</style>
background-color css

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

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

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

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

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

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