#B0DA75

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

Shades of Feijoa #B0DA75

Tints of Feijoa #B0DA75

Color information

#B0DA75 (or 0xB0DA75) is unknown color: approx Feijoa. HEX triplet: B0, DA and 75. RGB value is (176,218,117). Sum of RGB (Red+Green+Blue) = 176+218+117=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA75 is #4F258A. Grayscale: #C2C2C2. Windows color (decimal): -5186955 or 7723696. OLE color: 7723696.

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

Color convert

RGB176218117-
CMYK0.1900.460.15
HSL84.95º57.71%65.69%-
HSV(B)84.95º46.33%85.49%-
XYZ46.1960.6626.1-
YUV193.9384.59115.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 218 (85.55% from 255) = 42.66%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=34.44%
G=42.66%
B=22.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181170.1900.460.1584.9557.7165.69
HexB0DA751302EF553a42
Octal260332165230561712572102
Binary10110000110110101110101100110101110111110101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA75; }

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

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

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

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

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

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

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

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