#45C25A

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

Shades of Fruit Salad #45C25A

Tints of Fruit Salad #45C25A

Color information

#45C25A (or 0x45C25A) is unknown color: approx Fruit Salad. HEX triplet: 45, C2 and 5A. RGB value is (69,194,90). Sum of RGB (Red+Green+Blue) = 69+194+90=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #45C25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C25A is #BA3DA5. Grayscale: #919191. Windows color (decimal): -12205478 or 5947973. OLE color: 5947973.

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

Color convert

RGB6919490-
CMYK0.6400.540.24
HSL130.08º50.61%51.57%-
HSV(B)130.08º64.43%76.08%-
XYZ23.5940.5916.26-
YUV144.7797.0973.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.55%
GREEN value IS 194 (76.17% from 255) = 54.96%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=19.55%
G=54.96%
B=25.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69194900.6400.540.24130.0850.6151.57
Hex45C25A4003618823334
Octal105302132100066302026364
Binary1000101110000101011010100000001101101100010000010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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