#46BE57

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

Shades of Fruit Salad #46BE57

Tints of Fruit Salad #46BE57

Color information

#46BE57 (or 0x46BE57) is unknown color: approx Fruit Salad. HEX triplet: 46, BE and 57. RGB value is (70,190,87). Sum of RGB (Red+Green+Blue) = 70+190+87=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BE57 is #B941A8. Grayscale: #8E8E8E. Windows color (decimal): -12140969 or 5750342. OLE color: 5750342.

HSL color Cylindrical-coordinate representation of color #46BE57: hue angle of 128.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 #46BE57 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB7019087-
CMYK0.6300.540.25
HSL128.5º48%50.98%-
HSV(B)128.5º63.16%74.51%-
XYZ22.6638.8215.31-
YUV142.3896.7476.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 190 (74.61% from 255) = 54.76%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=20.17%
G=54.76%
B=25.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70190870.6300.540.25128.54850.98
Hex46BE573F03619803033
Octal10627612777066312006063
Binary100011010111110101011111111101101101100110000000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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