#B2DE7E

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

Shades of Feijoa #B2DE7E

Tints of Feijoa #B2DE7E

Color information

#B2DE7E (or 0xB2DE7E) is unknown color: approx Feijoa. HEX triplet: B2, DE and 7E. RGB value is (178,222,126). Sum of RGB (Red+Green+Blue) = 178+222+126=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE7E is #4D2181. Grayscale: #C6C6C6. Windows color (decimal): -5054850 or 8314546. OLE color: 8314546.

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

Color convert

RGB178222126-
CMYK0.2000.430.13
HSL87.5º59.26%68.24%-
HSV(B)87.5º43.24%87.06%-
XYZ48.2563.2129.4-
YUV197.987.42113.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=33.84%
G=42.21%
B=23.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221260.2000.430.1387.559.2668.24
HexB2DE7E1402BD583b44
Octal262336176240531513073104
Binary10110010110111101111110101000101011110110110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DE7E; }

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

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

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

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

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

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

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

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