#46BE4B

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

Shades of Fruit Salad #46BE4B

Tints of Fruit Salad #46BE4B

Color information

#46BE4B (or 0x46BE4B) is unknown color: approx Fruit Salad. HEX triplet: 46, BE and 4B. RGB value is (70,190,75). Sum of RGB (Red+Green+Blue) = 70+190+75=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BE4B is #B941B4. Grayscale: #8D8D8D. Windows color (decimal): -12140981 or 4963910. OLE color: 4963910.

HSL color Cylindrical-coordinate representation of color #46BE4B: hue angle of 122.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BE4B is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB7019075-
CMYK0.6300.610.25
HSL122.5º48%50.98%-
HSV(B)122.5º63.16%74.51%-
XYZ22.2138.6412.94-
YUV141.0190.7477.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=20.90%
G=56.72%
B=22.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70190750.6300.610.25122.54850.98
Hex46BE4B3F03D197a3033
Octal10627611377075311726063
Binary10001101011111010010111111110111101110011111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,190,75); }

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

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

 a { background-color: rgb(70,190,75); }

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

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

 span { border-color: rgb(70,190,75); }

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