#46BA40

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

Shades of Fruit Salad #46BA40

Tints of Fruit Salad #46BA40

Color information

#46BA40 (or 0x46BA40) is unknown color: approx Fruit Salad. HEX triplet: 46, BA and 40. RGB value is (70,186,64). Sum of RGB (Red+Green+Blue) = 70+186+64=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA40 is #B945BF. Grayscale: #898989. Windows color (decimal): -12142016 or 4241990. OLE color: 4241990.

HSL color Cylindrical-coordinate representation of color #46BA40: hue angle of 117.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46BA40 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB7018664-
CMYK0.6200.660.27
HSL117.05º48.8%49.02%-
HSV(B)117.05º65.59%72.94%-
XYZ21.0136.7910.84-
YUV137.4186.5779.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 186 (73.05% from 255) = 58.12%
BLUE value IS 64 (25.39% from 255) = 20%
R=21.88%
G=58.12%
B=20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70186640.6200.660.27117.0548.849.02
Hex46BA403E0421B753131
Octal106272100760102331656161
Binary100011010111010100000011111001000010110111110101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46BA40; }

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

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

<style>
 a { background-color: #46BA40; }

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

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

<style>
 span { border-color: #46BA40; }

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

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