#40BE48

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

Shades of Fruit Salad #40BE48

Tints of Fruit Salad #40BE48

Color information

#40BE48 (or 0x40BE48) is unknown color: approx Fruit Salad. HEX triplet: 40, BE and 48. RGB value is (64,190,72). Sum of RGB (Red+Green+Blue) = 64+190+72=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE48 is #BF41B7. Grayscale: #8B8B8B. Windows color (decimal): -12534200 or 4767296. OLE color: 4767296.

HSL color Cylindrical-coordinate representation of color #40BE48: hue angle of 123.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE48 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB6419072-
CMYK0.6600.620.25
HSL123.81º49.61%49.8%-
HSV(B)123.81º66.32%74.51%-
XYZ21.738.3812.4-
YUV138.8790.2674.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 190 (74.61% from 255) = 58.28%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=19.63%
G=58.28%
B=22.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64190720.6600.620.25123.8149.6149.8
Hex40BE484203E197c3232
Octal100276110102076311746262
Binary100000010111110100100010000100111110110011111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,72); }

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

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

 a { background-color: rgb(64,190,72); }

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

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

 span { border-color: rgb(64,190,72); }

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