#46BA4B

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

Shades of Fruit Salad #46BA4B

Tints of Fruit Salad #46BA4B

Color information

#46BA4B (or 0x46BA4B) is unknown color: approx Fruit Salad. HEX triplet: 46, BA and 4B. RGB value is (70,186,75). Sum of RGB (Red+Green+Blue) = 70+186+75=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA4B is #B945B4. Grayscale: #8A8A8A. Windows color (decimal): -12142005 or 4962886. OLE color: 4962886.

HSL color Cylindrical-coordinate representation of color #46BA4B: hue angle of 122.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46BA4B is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB7018675-
CMYK0.6200.600.27
HSL122.59º45.67%50.2%-
HSV(B)122.59º62.37%72.94%-
XYZ21.3536.9312.66-
YUV138.6692.0779.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 186 (73.05% from 255) = 56.19%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=21.15%
G=56.19%
B=22.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70186750.6200.600.27122.5945.6750.2
Hex46BA4B3E03C1B7b2e32
Octal10627211376074331735662
Binary10001101011101010010111111100111100110111111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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