#46BB4F

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

Shades of Fruit Salad #46BB4F

Tints of Fruit Salad #46BB4F

Color information

#46BB4F (or 0x46BB4F) is unknown color: approx Fruit Salad. HEX triplet: 46, BB and 4F. RGB value is (70,187,79). Sum of RGB (Red+Green+Blue) = 70+187+79=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #46BB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BB4F is #B944B0. Grayscale: #8C8C8C. Windows color (decimal): -12141745 or 5225286. OLE color: 5225286.

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

Color convert

RGB7018779-
CMYK0.6300.580.27
HSL124.62º46.25%50.39%-
HSV(B)124.62º62.57%73.33%-
XYZ21.7137.4113.47-
YUV139.793.7478.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 187 (73.44% from 255) = 55.65%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=20.83%
G=55.65%
B=23.51%

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
Decimal70187790.6300.580.27124.6246.2550.39
Hex46BB4F3F03A1B7d2e32
Octal10627311777072331755662
Binary10001101011101110011111111110111010110111111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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