#B1DD77

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

Shades of Feijoa #B1DD77

Tints of Feijoa #B1DD77

Color information

#B1DD77 (or 0xB1DD77) is unknown color: approx Feijoa. HEX triplet: B1, DD and 77. RGB value is (177,221,119). Sum of RGB (Red+Green+Blue) = 177+221+119=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD77 is #4E2288. Grayscale: #C4C4C4. Windows color (decimal): -5120649 or 7855537. OLE color: 7855537.

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

Color convert

RGB177221119-
CMYK0.2000.460.13
HSL85.88º60%66.67%-
HSV(B)85.88º46.15%86.67%-
XYZ47.3262.3927-
YUV196.2284.42114.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=34.24%
G=42.75%
B=23.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772211190.2000.460.1385.886066.67
HexB1DD771402ED563c43
Octal261335167240561512674103
Binary10110001110111011110111101000101110110110101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD77; }

 p { color: rgb(177,221,119); }

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

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

 a { background-color: rgb(177,221,119); }

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

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

 span { border-color: rgb(177,221,119); }

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