#46c14b

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

Shades of Fruit Salad #46C14B

Tints of Fruit Salad #46C14B

Color information

#46C14B (or 0x46C14B) is unknown color: approx Fruit Salad. HEX triplet: 46, C1 and 4B. RGB value is (70,193,75). Sum of RGB (Red+Green+Blue) = 70+193+75=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #46C14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C14B is #B93EB4. Grayscale: #8F8F8F. Windows color (decimal): -12140213 or 4964678. OLE color: 4964678.

HSL color Cylindrical-coordinate representation of color #46C14B: hue angle of 122.44º 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 #46C14B is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB7019375-
CMYK0.6400.610.24
HSL122.44º49.8%51.57%-
HSV(B)122.44º63.73%75.69%-
XYZ22.8739.9513.16-
YUV142.7789.7576.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 193 (75.78% from 255) = 57.10%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=20.71%
G=57.10%
B=22.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70193750.6400.610.24122.4449.851.57
Hex46C14B4003D187a3234
Octal106301113100075301726264
Binary100011011000001100101110000000111101110001111010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46c14b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,193,75); }

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

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

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

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

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

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

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