#B0DA74

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

Shades of Feijoa #B0DA74

Tints of Feijoa #B0DA74

Color information

#B0DA74 (or 0xB0DA74) is unknown color: approx Feijoa. HEX triplet: B0, DA and 74. RGB value is (176,218,116). Sum of RGB (Red+Green+Blue) = 176+218+116=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA74 is #4F258B. Grayscale: #C2C2C2. Windows color (decimal): -5186956 or 7658160. OLE color: 7658160.

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

Color convert

RGB176218116-
CMYK0.1900.470.15
HSL84.71º57.95%65.49%-
HSV(B)84.71º46.79%85.49%-
XYZ46.1360.6325.8-
YUV193.8184.09115.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=34.51%
G=42.75%
B=22.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181160.1900.470.1584.7157.9565.49
HexB0DA741302FF553a41
Octal260332164230571712572101
Binary10110000110110101110100100110101111111110101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA74; }

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

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

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

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

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

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

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

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