#45B859

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

Shades of Fruit Salad #45B859

Tints of Fruit Salad #45B859

Color information

#45B859 (or 0x45B859) is unknown color: approx Fruit Salad. HEX triplet: 45, B8 and 59. RGB value is (69,184,89). Sum of RGB (Red+Green+Blue) = 69+184+89=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #45B859 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B859 is #BA47A6. Grayscale: #8B8B8B. Windows color (decimal): -12208039 or 5879877. OLE color: 5879877.

HSL color Cylindrical-coordinate representation of color #45B859: hue angle of 130.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B859 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB6918489-
CMYK0.6200.520.28
HSL130.43º45.45%49.61%-
HSV(B)130.43º62.5%72.16%-
XYZ21.436.2715.32-
YUV138.7999.978.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 184 (72.27% from 255) = 53.80%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=20.18%
G=53.80%
B=26.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal69184890.6200.520.28130.4345.4549.61
Hex45B8593E0341C822d32
Octal10527013176064342025562
Binary100010110111000101100111111001101001110010000010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,184,89); }

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

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

 a { background-color: rgb(69,184,89); }

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

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

 span { border-color: rgb(69,184,89); }

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