#46C450

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

Shades of Fruit Salad #46C450

Tints of Fruit Salad #46C450

Color information

#46C450 (or 0x46C450) is unknown color: approx Fruit Salad. HEX triplet: 46, C4 and 50. RGB value is (70,196,80). Sum of RGB (Red+Green+Blue) = 70+196+80=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #46C450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C450 is #B93BAF. Grayscale: #919191. Windows color (decimal): -12139440 or 5293126. OLE color: 5293126.

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

Color convert

RGB7019680-
CMYK0.6400.590.23
HSL124.76º51.64%52.16%-
HSV(B)124.76º64.29%76.86%-
XYZ23.7141.3614.32-
YUV145.191.2674.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 196 (76.95% from 255) = 56.65%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=20.23%
G=56.65%
B=23.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70196800.6400.590.23124.7651.6452.16
Hex46C4504003B177d3434
Octal106304120100073271756464
Binary100011011000100101000010000000111011101111111101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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