#46BF5C

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

Shades of Fruit Salad #46BF5C

Tints of Fruit Salad #46BF5C

Color information

#46BF5C (or 0x46BF5C) is unknown color: approx Fruit Salad. HEX triplet: 46, BF and 5C. RGB value is (70,191,92). Sum of RGB (Red+Green+Blue) = 70+191+92=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BF5C is #B940A3. Grayscale: #8F8F8F. Windows color (decimal): -12140708 or 6078278. OLE color: 6078278.

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

Color convert

RGB7019192-
CMYK0.6300.520.25
HSL130.91º48.59%51.18%-
HSV(B)130.91º63.35%74.9%-
XYZ23.0939.3416.5-
YUV143.5498.9175.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 191 (75% from 255) = 54.11%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=19.83%
G=54.11%
B=26.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70191920.6300.520.25130.9148.5951.18
Hex46BF5C3F03419833133
Octal10627713477064312036163
Binary100011010111111101110011111101101001100110000011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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