#45BE5B

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

Shades of Fruit Salad #45BE5B

Tints of Fruit Salad #45BE5B

Color information

#45BE5B (or 0x45BE5B) is unknown color: approx Fruit Salad. HEX triplet: 45, BE and 5B. RGB value is (69,190,91). Sum of RGB (Red+Green+Blue) = 69+190+91=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BE5B is #BA41A4. Grayscale: #8E8E8E. Windows color (decimal): -12206501 or 6012485. OLE color: 6012485.

HSL color Cylindrical-coordinate representation of color #45BE5B: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BE5B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB6919091-
CMYK0.6400.520.25
HSL130.91º48.21%50.78%-
HSV(B)130.91º63.68%74.51%-
XYZ22.7638.8516.2-
YUV142.5498.9175.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.71%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 91 (35.94% from 255) = 26%
R=19.71%
G=54.29%
B=26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69190910.6400.520.25130.9148.2150.78
Hex45BE5B4003419833033
Octal105276133100064312036063
Binary1000101101111101011011100000001101001100110000011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,190,91); }

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

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

 a { background-color: rgb(69,190,91); }

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

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

 span { border-color: rgb(69,190,91); }

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