#b0e87c

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

Shades of Feijoa #B0E87C

Tints of Feijoa #B0E87C

Color information

#B0E87C (or 0xB0E87C) is unknown color: approx Feijoa. HEX triplet: B0, E8 and 7C. RGB value is (176,232,124). Sum of RGB (Red+Green+Blue) = 176+232+124=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E87C is #4F1783. Grayscale: #CBCBCB. Windows color (decimal): -5183364 or 8186032. OLE color: 8186032.

HSL color Cylindrical-coordinate representation of color #B0E87C: hue angle of 91.11º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0E87C is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB176232124-
CMYK0.2400.470.09
HSL91.11º70.13%69.8%-
HSV(B)91.11º46.55%90.98%-
XYZ50.468.429.61-
YUV202.9483.45108.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 232 (91.02% from 255) = 43.61%
BLUE value IS 124 (48.83% from 255) = 23.31%
R=33.08%
G=43.61%
B=23.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762321240.2400.470.0991.1170.1369.8
HexB0E87C1802F95b4646
Octal2603501743005711133106106
Binary101100001110100011111001100001011111001101101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0e87c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0e87c; }

 p { color: rgb(176,232,124); }

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

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

 a { background-color: rgb(176,232,124); }

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

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

 span { border-color: rgb(176,232,124); }

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