#46BB4B

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

Shades of Fruit Salad #46BB4B

Tints of Fruit Salad #46BB4B

Color information

#46BB4B (or 0x46BB4B) is unknown color: approx Fruit Salad. HEX triplet: 46, BB and 4B. RGB value is (70,187,75). Sum of RGB (Red+Green+Blue) = 70+187+75=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #46BB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BB4B is #B944B4. Grayscale: #8B8B8B. Windows color (decimal): -12141749 or 4963142. OLE color: 4963142.

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

Color convert

RGB7018775-
CMYK0.6300.600.27
HSL122.56º46.25%50.39%-
HSV(B)122.56º62.57%73.33%-
XYZ21.5737.3512.73-
YUV139.2591.7478.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 187 (73.44% from 255) = 56.33%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=21.08%
G=56.33%
B=22.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70187750.6300.600.27122.5646.2550.39
Hex46BB4B3F03C1B7b2e32
Octal10627311377074331735662
Binary10001101011101110010111111110111100110111111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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