#B3D78D

Color #B3D78D Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B3D78D

Tints of Feijoa #B3D78D

Color information

#B3D78D (or 0xB3D78D) is unknown color: approx Feijoa. HEX triplet: B3, D7 and 8D. RGB value is (179,215,141). Sum of RGB (Red+Green+Blue) = 179+215+141=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D78D is #4C2872. Grayscale: #C4C4C4. Windows color (decimal): -4991091 or 9295795. OLE color: 9295795.

HSL color Cylindrical-coordinate representation of color #B3D78D: hue angle of 89.19º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3D78D is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB179215141-
CMYK0.1700.340.16
HSL89.19º48.05%69.8%-
HSV(B)89.19º34.42%84.31%-
XYZ47.760.1134.29-
YUV195.897.07116.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=33.46%
G=40.19%
B=26.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792151410.1700.340.1689.1948.0569.8
HexB3D78D1102210593046
Octal263327215210422013160106
Binary1011001111010111100011011000101000101000010110011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D78D; }

 p { color: rgb(179,215,141); }

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

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

 a { background-color: rgb(179,215,141); }

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

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

 span { border-color: rgb(179,215,141); }

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