#B0DA7D

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

Shades of Feijoa #B0DA7D

Tints of Feijoa #B0DA7D

Color information

#B0DA7D (or 0xB0DA7D) is unknown color: approx Feijoa. HEX triplet: B0, DA and 7D. RGB value is (176,218,125). Sum of RGB (Red+Green+Blue) = 176+218+125=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA7D is #4F2582. Grayscale: #C3C3C3. Windows color (decimal): -5186947 or 8247984. OLE color: 8247984.

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

Color convert

RGB176218125-
CMYK0.1900.430.15
HSL87.1º55.69%67.25%-
HSV(B)87.1º42.66%85.49%-
XYZ46.6860.8528.69-
YUV194.8488.59114.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=33.91%
G=42.00%
B=24.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181250.1900.430.1587.155.6967.25
HexB0DA7D1302BF573843
Octal260332175230531712770103
Binary10110000110110101111101100110101011111110101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA7D; }

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

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

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

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

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

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

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

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