#B0DA71

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

Shades of Feijoa #B0DA71

Tints of Feijoa #B0DA71

Color information

#B0DA71 (or 0xB0DA71) is unknown color: approx Feijoa. HEX triplet: B0, DA and 71. RGB value is (176,218,113). Sum of RGB (Red+Green+Blue) = 176+218+113=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA71 is #4F258E. Grayscale: #C1C1C1. Windows color (decimal): -5186959 or 7461552. OLE color: 7461552.

HSL color Cylindrical-coordinate representation of color #B0DA71: hue angle of 84º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0DA71 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB176218113-
CMYK0.1900.480.15
HSL84º58.66%64.9%-
HSV(B)84º48.17%85.49%-
XYZ45.9660.5724.89-
YUV193.4782.59115.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=34.71%
G=43.00%
B=22.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181130.1900.480.158458.6664.9
HexB0DA7113030F543b41
Octal260332161230601712473101
Binary10110000110110101110001100110110000111110101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA71; }

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

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

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

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

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

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

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

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