#B2DF8E

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

Shades of Feijoa #B2DF8E

Tints of Feijoa #B2DF8E

Color information

#B2DF8E (or 0xB2DF8E) is unknown color: approx Feijoa. HEX triplet: B2, DF and 8E. RGB value is (178,223,142). Sum of RGB (Red+Green+Blue) = 178+223+142=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DF8E is #4D2071. Grayscale: #C8C8C8. Windows color (decimal): -5054578 or 9363378. OLE color: 9363378.

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

Color convert

RGB178223142-
CMYK0.2000.360.13
HSL93.33º55.86%71.57%-
HSV(B)93.33º36.32%87.45%-
XYZ49.6364.1935.37-
YUV200.3195.09112.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 223 (87.5% from 255) = 41.07%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=32.78%
G=41.07%
B=26.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782231420.2000.360.1393.3355.8671.57
HexB2DF8E14024D5d3848
Octal262337216240441513570110
Binary101100101101111110001110101000100100110110111011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DF8E; }

 p { color: rgb(178,223,142); }

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

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

 a { background-color: rgb(178,223,142); }

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

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

 span { border-color: rgb(178,223,142); }

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