#46BE4E

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

Shades of Fruit Salad #46BE4E

Tints of Fruit Salad #46BE4E

Color information

#46BE4E (or 0x46BE4E) is unknown color: approx Fruit Salad. HEX triplet: 46, BE and 4E. RGB value is (70,190,78). Sum of RGB (Red+Green+Blue) = 70+190+78=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BE4E is #B941B1. Grayscale: #8D8D8D. Windows color (decimal): -12140978 or 5160518. OLE color: 5160518.

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

Color convert

RGB7019078-
CMYK0.6300.590.25
HSL124º48%50.98%-
HSV(B)124º63.16%74.51%-
XYZ22.3138.6813.5-
YUV141.3592.2477.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=20.71%
G=56.21%
B=23.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70190780.6300.590.251244850.98
Hex46BE4E3F03B197c3033
Octal10627611677073311746063
Binary10001101011111010011101111110111011110011111100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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