#B2E178

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

Shades of Feijoa #B2E178

Tints of Feijoa #B2E178

Color information

#B2E178 (or 0xB2E178) is unknown color: approx Feijoa. HEX triplet: B2, E1 and 78. RGB value is (178,225,120). Sum of RGB (Red+Green+Blue) = 178+225+120=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E178 is #4D1E87. Grayscale: #C7C7C7. Windows color (decimal): -5054088 or 7922098. OLE color: 7922098.

HSL color Cylindrical-coordinate representation of color #B2E178: hue angle of 86.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2E178 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB178225120-
CMYK0.2100.470.12
HSL86.86º63.64%67.65%-
HSV(B)86.86º46.67%88.24%-
XYZ48.6864.6727.69-
YUV198.9883.43113.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 120 (47.27% from 255) = 22.94%
R=34.03%
G=43.02%
B=22.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782251200.2100.470.1286.8663.6467.65
HexB2E1781502FC574044
Octal2623411702505714127100104
Binary101100101110000111110001010101011111100101011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E178; }

 p { color: rgb(178,225,120); }

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

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

 a { background-color: rgb(178,225,120); }

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

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

 span { border-color: rgb(178,225,120); }

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