#40AE46

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

Shades of Fruit Salad #40AE46

Tints of Fruit Salad #40AE46

Color information

#40AE46 (or 0x40AE46) is unknown color: approx Fruit Salad. HEX triplet: 40, AE and 46. RGB value is (64,174,70). Sum of RGB (Red+Green+Blue) = 64+174+70=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE46 is #BF51B9. Grayscale: #818181. Windows color (decimal): -12538298 or 4632128. OLE color: 4632128.

HSL color Cylindrical-coordinate representation of color #40AE46: hue angle of 123.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AE46 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB6417470-
CMYK0.6300.600.32
HSL123.27º46.22%46.67%-
HSV(B)123.27º63.22%68.24%-
XYZ18.3631.810.97-
YUV129.2594.5681.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=20.78%
G=56.49%
B=22.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64174700.6300.600.32123.2746.2246.67
Hex40AE463F03C207b2e2f
Octal10025610677074401735657
Binary100000010101110100011011111101111001000001111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40AE46; }

 p { color: rgb(64,174,70); }

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

<style>
 a { background-color: #40AE46; }

 a { background-color: rgb(64,174,70); }

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

<style>
 span { border-color: #40AE46; }

 span { border-color: rgb(64,174,70); }

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