#B0E071

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

Shades of Feijoa #B0E071

Tints of Feijoa #B0E071

Color information

#B0E071 (or 0xB0E071) is unknown color: approx Feijoa. HEX triplet: B0, E0 and 71. RGB value is (176,224,113). Sum of RGB (Red+Green+Blue) = 176+224+113=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E071 is #4F1F8E. Grayscale: #C5C5C5. Windows color (decimal): -5185423 or 7463088. OLE color: 7463088.

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

Color convert

RGB176224113-
CMYK0.2100.500.12
HSL85.95º64.16%66.08%-
HSV(B)85.95º49.55%87.84%-
XYZ47.5463.7325.42-
YUV196.9980.6113.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 224 (87.89% from 255) = 43.66%
BLUE value IS 113 (44.53% from 255) = 22.03%
R=34.31%
G=43.66%
B=22.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762241130.2100.500.1285.9564.1666.08
HexB0E07115032C564042
Octal2603401612506214126100102
Binary101100001110000011100011010101100101100101011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E071; }

 p { color: rgb(176,224,113); }

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

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

 a { background-color: rgb(176,224,113); }

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

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

 span { border-color: rgb(176,224,113); }

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