#B2DE76

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

Shades of Feijoa #B2DE76

Tints of Feijoa #B2DE76

Color information

#B2DE76 (or 0xB2DE76) is unknown color: approx Feijoa. HEX triplet: B2, DE and 76. RGB value is (178,222,118). Sum of RGB (Red+Green+Blue) = 178+222+118=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE76 is #4D2189. Grayscale: #C5C5C5. Windows color (decimal): -5054858 or 7790258. OLE color: 7790258.

HSL color Cylindrical-coordinate representation of color #B2DE76: hue angle of 85.38º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2DE76 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB178222118-
CMYK0.2000.470.13
HSL85.38º61.18%66.67%-
HSV(B)85.38º46.85%87.06%-
XYZ47.7563.0226.79-
YUV196.9983.42114.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 222 (87.11% from 255) = 42.86%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=34.36%
G=42.86%
B=22.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221180.2000.470.1385.3861.1866.67
HexB2DE761402FD553d43
Octal262336166240571512575103
Binary10110010110111101110110101000101111110110101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DE76; }

 p { color: rgb(178,222,118); }

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

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

 a { background-color: rgb(178,222,118); }

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

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

 span { border-color: rgb(178,222,118); }

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