#45AB56

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

Shades of Fruit Salad #45AB56

Tints of Fruit Salad #45AB56

Color information

#45AB56 (or 0x45AB56) is unknown color: approx Fruit Salad. HEX triplet: 45, AB and 56. RGB value is (69,171,86). Sum of RGB (Red+Green+Blue) = 69+171+86=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB56 is #BA54A9. Grayscale: #838383. Windows color (decimal): -12211370 or 5679941. OLE color: 5679941.

HSL color Cylindrical-coordinate representation of color #45AB56: hue angle of 130º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB56 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB6917186-
CMYK0.6000.500.33
HSL130º42.5%47.06%-
HSV(B)130º59.65%67.06%-
XYZ18.731.0613.81-
YUV130.81102.7183.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 171 (67.19% from 255) = 52.45%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=21.17%
G=52.45%
B=26.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171860.6000.500.3313042.547.06
Hex45AB563C03221822a2f
Octal10525312674062412025257
Binary1000101101010111010110111100011001010000110000010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,171,86); }

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

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

 a { background-color: rgb(69,171,86); }

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

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

 span { border-color: rgb(69,171,86); }

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