#45BE5A

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

Shades of Fruit Salad #45BE5A

Tints of Fruit Salad #45BE5A

Color information

#45BE5A (or 0x45BE5A) is unknown color: approx Fruit Salad. HEX triplet: 45, BE and 5A. RGB value is (69,190,90). Sum of RGB (Red+Green+Blue) = 69+190+90=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BE5A is #BA41A5. Grayscale: #8E8E8E. Windows color (decimal): -12206502 or 5946949. OLE color: 5946949.

HSL color Cylindrical-coordinate representation of color #45BE5A: hue angle of 130.41º 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 #45BE5A is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB6919090-
CMYK0.6400.530.25
HSL130.41º48.21%50.78%-
HSV(B)130.41º63.68%74.51%-
XYZ22.7138.8315.97-
YUV142.4298.4175.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 190 (74.61% from 255) = 54.44%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=19.77%
G=54.44%
B=25.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69190900.6400.530.25130.4148.2150.78
Hex45BE5A4003519823033
Octal105276132100065312026063
Binary1000101101111101011010100000001101011100110000010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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