#46BF46

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

Shades of Fruit Salad #46BF46

Tints of Fruit Salad #46BF46

Color information

#46BF46 (or 0x46BF46) is unknown color: approx Fruit Salad. HEX triplet: 46, BF and 46. RGB value is (70,191,70). Sum of RGB (Red+Green+Blue) = 70+191+70=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BF46 is #B940B9. Grayscale: #8D8D8D. Windows color (decimal): -12140730 or 4636486. OLE color: 4636486.

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

Color convert

RGB7019170-
CMYK0.6300.630.25
HSL120º48.59%51.18%-
HSV(B)120º63.35%74.9%-
XYZ22.2639.0112.15-
YUV141.0387.9177.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 191 (75% from 255) = 57.70%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=21.15%
G=57.70%
B=21.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70191700.6300.630.2512048.5951.18
Hex46BF463F03F19783133
Octal10627710677077311706163
Binary10001101011111110001101111110111111110011111000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,191,70); }

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

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

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

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

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

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

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