#46B450

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

Shades of Fruit Salad #46B450

Tints of Fruit Salad #46B450

Color information

#46B450 (or 0x46B450) is unknown color: approx Fruit Salad. HEX triplet: 46, B4 and 50. RGB value is (70,180,80). Sum of RGB (Red+Green+Blue) = 70+180+80=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #46B450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B450 is #B94BAF. Grayscale: #888888. Windows color (decimal): -12143536 or 5289030. OLE color: 5289030.

HSL color Cylindrical-coordinate representation of color #46B450: hue angle of 125.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B450 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB7018080-
CMYK0.6100.560.29
HSL125.45º44%49.02%-
HSV(B)125.45º61.11%70.59%-
XYZ20.334.5213.18-
YUV135.7196.5681.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 180 (70.70% from 255) = 54.55%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=21.21%
G=54.55%
B=24.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70180800.6100.560.29125.454449.02
Hex46B4503D0381D7d2c31
Octal10626412075070351755461
Binary10001101011010010100001111010111000111011111101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,180,80); }

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

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

 a { background-color: rgb(70,180,80); }

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

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

 span { border-color: rgb(70,180,80); }

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