#45C15B

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

Shades of Fruit Salad #45C15B

Tints of Fruit Salad #45C15B

Color information

#45C15B (or 0x45C15B) is unknown color: approx Fruit Salad. HEX triplet: 45, C1 and 5B. RGB value is (69,193,91). Sum of RGB (Red+Green+Blue) = 69+193+91=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #45C15B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C15B is #BA3EA4. Grayscale: #909090. Windows color (decimal): -12205733 or 6013253. OLE color: 6013253.

HSL color Cylindrical-coordinate representation of color #45C15B: hue angle of 130.65º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C15B is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB6919391-
CMYK0.6400.530.24
HSL130.65º50%51.37%-
HSV(B)130.65º64.25%75.69%-
XYZ23.4140.1616.42-
YUV144.397.9274.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.55%
GREEN value IS 193 (75.78% from 255) = 54.67%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=19.55%
G=54.67%
B=25.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69193910.6400.530.24130.655051.37
Hex45C15B4003518833233
Octal105301133100065302036263
Binary1000101110000011011011100000001101011100010000011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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