#46c756

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

Shades of Fruit Salad #46C756

Tints of Fruit Salad #46C756

Color information

#46C756 (or 0x46C756) is unknown color: approx Fruit Salad. HEX triplet: 46, C7 and 56. RGB value is (70,199,86). Sum of RGB (Red+Green+Blue) = 70+199+86=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 199 (78.12% from 255 or 56.06% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 199 - color contains mainly: green. Hex color #46C756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C756 is #B938A9. Grayscale: #939393. Windows color (decimal): -12138666 or 5687110. OLE color: 5687110.

HSL color Cylindrical-coordinate representation of color #46C756: hue angle of 127.44º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C756 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB7019986-
CMYK0.6500.570.22
HSL127.44º53.53%52.75%-
HSV(B)127.44º64.82%78.04%-
XYZ24.6342.8215.77-
YUV147.5593.2672.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 199 (78.12% from 255) = 56.06%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=19.72%
G=56.06%
B=24.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70199860.6500.570.22127.4453.5352.75
Hex46C75641039167f3635
Octal106307126101071261776665
Binary100011011000111101011010000010111001101101111111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46c756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,199,86); }

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

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

 a { background-color: rgb(70,199,86); }

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

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

 span { border-color: rgb(70,199,86); }

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