#46C250

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

Shades of Fruit Salad #46C250

Tints of Fruit Salad #46C250

Color information

#46C250 (or 0x46C250) is unknown color: approx Fruit Salad. HEX triplet: 46, C2 and 50. RGB value is (70,194,80). Sum of RGB (Red+Green+Blue) = 70+194+80=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #46C250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C250 is #B93DAF. Grayscale: #909090. Windows color (decimal): -12139952 or 5292614. OLE color: 5292614.

HSL color Cylindrical-coordinate representation of color #46C250: hue angle of 124.84º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C250 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB7019480-
CMYK0.6400.590.24
HSL124.84º50.41%51.76%-
HSV(B)124.84º63.92%76.08%-
XYZ23.2740.4614.17-
YUV143.9391.9275.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 194 (76.17% from 255) = 56.40%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=20.35%
G=56.40%
B=23.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70194800.6400.590.24124.8450.4151.76
Hex46C2504003B187d3234
Octal106302120100073301756264
Binary100011011000010101000010000000111011110001111101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,194,80); }

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

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

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

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

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

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

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