#B3DE80

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

Shades of Feijoa #B3DE80

Tints of Feijoa #B3DE80

Color information

#B3DE80 (or 0xB3DE80) is unknown color: approx Feijoa. HEX triplet: B3, DE and 80. RGB value is (179,222,128). Sum of RGB (Red+Green+Blue) = 179+222+128=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DE80 is #4C217F. Grayscale: #C6C6C6. Windows color (decimal): -4989312 or 8445619. OLE color: 8445619.

HSL color Cylindrical-coordinate representation of color #B3DE80: hue angle of 87.45º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3DE80 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB179222128-
CMYK0.1900.420.13
HSL87.45º58.75%68.63%-
HSV(B)87.45º42.34%87.06%-
XYZ48.6163.3830.09-
YUV198.4388.25114.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 222 (87.11% from 255) = 41.97%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=33.84%
G=41.97%
B=24.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792221280.1900.420.1387.4558.7568.63
HexB3DE801302AD573b45
Octal263336200230521512773105
Binary101100111101111010000000100110101010110110101111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DE80; }

 p { color: rgb(179,222,128); }

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

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

 a { background-color: rgb(179,222,128); }

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

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

 span { border-color: rgb(179,222,128); }

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