#B2DE81

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

Shades of Feijoa #B2DE81

Tints of Feijoa #B2DE81

Color information

#B2DE81 (or 0xB2DE81) is unknown color: approx Feijoa. HEX triplet: B2, DE and 81. RGB value is (178,222,129). Sum of RGB (Red+Green+Blue) = 178+222+129=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DE81 is #4D217E. Grayscale: #C6C6C6. Windows color (decimal): -5054847 or 8511154. OLE color: 8511154.

HSL color Cylindrical-coordinate representation of color #B2DE81: hue angle of 88.39º degrees, saturation: 0.58, 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 #B2DE81 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB178222129-
CMYK0.2000.420.13
HSL88.39º58.49%68.82%-
HSV(B)88.39º41.89%87.06%-
XYZ48.4463.2930.43-
YUV198.2488.92113.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 222 (87.11% from 255) = 41.97%
BLUE value IS 129 (50.78% from 255) = 24.39%
R=33.65%
G=41.97%
B=24.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221290.2000.420.1388.3958.4968.82
HexB2DE811402AD583a45
Octal262336201240521513072105
Binary101100101101111010000001101000101010110110110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DE81; }

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

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

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

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

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

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

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

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