#B0DA7F

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

Shades of Feijoa #B0DA7F

Tints of Feijoa #B0DA7F

Color information

#B0DA7F (or 0xB0DA7F) is unknown color: approx Feijoa. HEX triplet: B0, DA and 7F. RGB value is (176,218,127). Sum of RGB (Red+Green+Blue) = 176+218+127=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA7F is #4F2580. Grayscale: #C3C3C3. Windows color (decimal): -5186945 or 8379056. OLE color: 8379056.

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

Color convert

RGB176218127-
CMYK0.1900.420.15
HSL87.69º55.15%67.65%-
HSV(B)87.69º41.74%85.49%-
XYZ46.8160.9129.37-
YUV195.0789.59114.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 127 (50% from 255) = 24.38%
R=33.78%
G=41.84%
B=24.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181270.1900.420.1587.6955.1567.65
HexB0DA7F1302AF583744
Octal260332177230521713067104
Binary10110000110110101111111100110101010111110110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA7F; }

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

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

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

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

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

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

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

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