#40AD42

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

Shades of Fruit Salad #40AD42

Tints of Fruit Salad #40AD42

Color information

#40AD42 (or 0x40AD42) is unknown color: approx Fruit Salad. HEX triplet: 40, AD and 42. RGB value is (64,173,66). Sum of RGB (Red+Green+Blue) = 64+173+66=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD42 is #BF52BD. Grayscale: #808080. Windows color (decimal): -12538558 or 4369728. OLE color: 4369728.

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

Color convert

RGB6417366-
CMYK0.6300.620.32
HSL121.1º45.99%46.47%-
HSV(B)121.1º63.01%67.84%-
XYZ18.0431.3710.26-
YUV128.2192.8982.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 173 (67.97% from 255) = 57.10%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=21.12%
G=57.10%
B=21.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64173660.6300.620.32121.145.9946.47
Hex40AD423F03E20792e2e
Octal10025510277076401715656
Binary100000010101101100001011111101111101000001111001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,173,66); }

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

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

 a { background-color: rgb(64,173,66); }

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

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

 span { border-color: rgb(64,173,66); }

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