#B0DD79

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

Shades of Feijoa #B0DD79

Tints of Feijoa #B0DD79

Color information

#B0DD79 (or 0xB0DD79) is unknown color: approx Feijoa. HEX triplet: B0, DD and 79. RGB value is (176,221,121). Sum of RGB (Red+Green+Blue) = 176+221+121=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD79 is #4F2286. Grayscale: #C4C4C4. Windows color (decimal): -5186183 or 7986608. OLE color: 7986608.

HSL color Cylindrical-coordinate representation of color #B0DD79: hue angle of 87º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0DD79 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB176221121-
CMYK0.2000.450.13
HSL87º59.52%67.06%-
HSV(B)87º45.25%86.67%-
XYZ47.2162.3227.63-
YUV196.1485.59113.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 121 (47.66% from 255) = 23.36%
R=33.98%
G=42.66%
B=23.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762211210.2000.450.138759.5267.06
HexB0DD791402DD573c43
Octal260335171240551512774103
Binary10110000110111011111001101000101101110110101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD79; }

 p { color: rgb(176,221,121); }

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

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

 a { background-color: rgb(176,221,121); }

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

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

 span { border-color: rgb(176,221,121); }

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