#54BA58

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

Shades of Fruit Salad #54BA58

Tints of Fruit Salad #54BA58

Color information

#54BA58 (or 0x54BA58) is unknown color: approx Fruit Salad. HEX triplet: 54, BA and 58. RGB value is (84,186,88). Sum of RGB (Red+Green+Blue) = 84+186+88=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA58 is #AB45A7. Grayscale: #909090. Windows color (decimal): -11224488 or 5814868. OLE color: 5814868.

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

Color convert

RGB8418688-
CMYK0.5500.530.27
HSL122.35º42.5%52.94%-
HSV(B)122.35º54.84%72.94%-
XYZ22.9837.7115.3-
YUV144.3396.2184.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 186 (73.05% from 255) = 51.96%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=23.46%
G=51.96%
B=24.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84186880.5500.530.27122.3542.552.94
Hex54BA58370351B7a2a35
Octal12427213067065331725265
Binary10101001011101010110001101110110101110111111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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