#54BA51

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

Shades of Fruit Salad #54BA51

Tints of Fruit Salad #54BA51

Color information

#54BA51 (or 0x54BA51) is unknown color: approx Fruit Salad. HEX triplet: 54, BA and 51. RGB value is (84,186,81). Sum of RGB (Red+Green+Blue) = 84+186+81=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA51 is #AB45AE. Grayscale: #8F8F8F. Windows color (decimal): -11224495 or 5356116. OLE color: 5356116.

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

Color convert

RGB8418681-
CMYK0.5500.560.27
HSL118.29º43.21%52.35%-
HSV(B)118.29º56.45%72.94%-
XYZ22.737.613.85-
YUV143.5392.7185.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 186 (73.05% from 255) = 52.99%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=23.93%
G=52.99%
B=23.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84186810.5500.560.27118.2943.2152.35
Hex54BA51370381B762b34
Octal12427212167070331665364
Binary10101001011101010100011101110111000110111110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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