#B2DE95

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

Shades of Feijoa #B2DE95

Tints of Feijoa #B2DE95

Color information

#B2DE95 (or 0xB2DE95) is unknown color: approx Feijoa. HEX triplet: B2, DE and 95. RGB value is (178,222,149). Sum of RGB (Red+Green+Blue) = 178+222+149=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DE95 is #4D216A. Grayscale: #C8C8C8. Windows color (decimal): -5054827 or 9821874. OLE color: 9821874.

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

Color convert

RGB178222149-
CMYK0.2000.330.13
HSL96.16º52.52%72.75%-
HSV(B)96.16º32.88%87.06%-
XYZ49.9163.8838.13-
YUV200.5298.92111.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=32.42%
G=40.44%
B=27.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221490.2000.330.1396.1652.5272.75
HexB2DE9514021D603549
Octal262336225240411514065111
Binary101100101101111010010101101000100001110111000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DE95; }

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

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

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

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

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

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

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

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