#46BB4E

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

Shades of Fruit Salad #46BB4E

Tints of Fruit Salad #46BB4E

Color information

#46BB4E (or 0x46BB4E) is unknown color: approx Fruit Salad. HEX triplet: 46, BB and 4E. RGB value is (70,187,78). Sum of RGB (Red+Green+Blue) = 70+187+78=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #46BB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BB4E is #B944B1. Grayscale: #8B8B8B. Windows color (decimal): -12141746 or 5159750. OLE color: 5159750.

HSL color Cylindrical-coordinate representation of color #46BB4E: hue angle of 124.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BB4E is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB7018778-
CMYK0.6300.580.27
HSL124.1º46.25%50.39%-
HSV(B)124.1º62.57%73.33%-
XYZ21.6737.3913.28-
YUV139.5993.2478.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 187 (73.44% from 255) = 55.82%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=20.90%
G=55.82%
B=23.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70187780.6300.580.27124.146.2550.39
Hex46BB4E3F03A1B7c2e32
Octal10627311677072331745662
Binary10001101011101110011101111110111010110111111100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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