#45B150

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

Shades of Fruit Salad #45B150

Tints of Fruit Salad #45B150

Color information

#45B150 (or 0x45B150) is unknown color: approx Fruit Salad. HEX triplet: 45, B1 and 50. RGB value is (69,177,80). Sum of RGB (Red+Green+Blue) = 69+177+80=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #45B150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B150 is #BA4EAF. Grayscale: #858585. Windows color (decimal): -12209840 or 5288261. OLE color: 5288261.

HSL color Cylindrical-coordinate representation of color #45B150: hue angle of 126.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B150 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB6917780-
CMYK0.6100.550.31
HSL126.11º43.9%48.24%-
HSV(B)126.11º61.02%69.41%-
XYZ19.6233.2912.98-
YUV133.6597.7281.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 177 (69.53% from 255) = 54.29%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=21.17%
G=54.29%
B=24.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69177800.6100.550.31126.1143.948.24
Hex45B1503D0371F7e2c30
Octal10526112075067371765460
Binary10001011011000110100001111010110111111111111110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,177,80); }

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

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

 a { background-color: rgb(69,177,80); }

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

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

 span { border-color: rgb(69,177,80); }

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