#B2DE87

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

Shades of Feijoa #B2DE87

Tints of Feijoa #B2DE87

Color information

#B2DE87 (or 0xB2DE87) is unknown color: approx Feijoa. HEX triplet: B2, DE and 87. RGB value is (178,222,135). Sum of RGB (Red+Green+Blue) = 178+222+135=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DE87 is #4D2178. Grayscale: #C7C7C7. Windows color (decimal): -5054841 or 8904370. OLE color: 8904370.

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

Color convert

RGB178222135-
CMYK0.2000.390.13
HSL90.34º56.86%70%-
HSV(B)90.34º39.19%87.06%-
XYZ48.8563.4632.6-
YUV198.9391.92113.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 135 (53.12% from 255) = 25.23%
R=33.27%
G=41.50%
B=25.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221350.2000.390.1390.3456.8670
HexB2DE8714027D5a3946
Octal262336207240471513271106
Binary101100101101111010000111101000100111110110110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DE87; }

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

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

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

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

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

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

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

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