#45BE52

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

Shades of Fruit Salad #45BE52

Tints of Fruit Salad #45BE52

Color information

#45BE52 (or 0x45BE52) is unknown color: approx Fruit Salad. HEX triplet: 45, BE and 52. RGB value is (69,190,82). Sum of RGB (Red+Green+Blue) = 69+190+82=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BE52 is #BA41AD. Grayscale: #8D8D8D. Windows color (decimal): -12206510 or 5422661. OLE color: 5422661.

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

Color convert

RGB6919082-
CMYK0.6400.570.25
HSL126.45º48.21%50.78%-
HSV(B)126.45º63.68%74.51%-
XYZ22.3938.714.27-
YUV141.5194.4176.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 190 (74.61% from 255) = 55.72%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=20.23%
G=55.72%
B=24.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69190820.6400.570.25126.4548.2150.78
Hex45BE5240039197e3033
Octal105276122100071311766063
Binary100010110111110101001010000000111001110011111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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