#45BB56

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

Shades of Fruit Salad #45BB56

Tints of Fruit Salad #45BB56

Color information

#45BB56 (or 0x45BB56) is unknown color: approx Fruit Salad. HEX triplet: 45, BB and 56. RGB value is (69,187,86). Sum of RGB (Red+Green+Blue) = 69+187+86=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #45BB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BB56 is #BA44A9. Grayscale: #8C8C8C. Windows color (decimal): -12207274 or 5684037. OLE color: 5684037.

HSL color Cylindrical-coordinate representation of color #45BB56: hue angle of 128.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BB56 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB6918786-
CMYK0.6300.540.27
HSL128.64º46.46%50.2%-
HSV(B)128.64º63.1%73.33%-
XYZ21.937.4814.88-
YUV140.297.4177.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 187 (73.44% from 255) = 54.68%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=20.18%
G=54.68%
B=25.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69187860.6300.540.27128.6446.4650.2
Hex45BB563F0361B812e32
Octal10527312677066332015662
Binary100010110111011101011011111101101101101110000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45BB56; }

 p { color: rgb(69,187,86); }

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

<style>
 a { background-color: #45BB56; }

 a { background-color: rgb(69,187,86); }

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

<style>
 span { border-color: #45BB56; }

 span { border-color: rgb(69,187,86); }

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