#B1DD7C

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

Shades of Feijoa #B1DD7C

Tints of Feijoa #B1DD7C

Color information

#B1DD7C (or 0xB1DD7C) is unknown color: approx Feijoa. HEX triplet: B1, DD and 7C. RGB value is (177,221,124). Sum of RGB (Red+Green+Blue) = 177+221+124=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD7C is #4E2283. Grayscale: #C5C5C5. Windows color (decimal): -5120644 or 8183217. OLE color: 8183217.

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

Color convert

RGB177221124-
CMYK0.2000.440.13
HSL87.22º58.79%67.65%-
HSV(B)87.22º43.89%86.67%-
XYZ47.6362.5228.63-
YUV196.7986.92113.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 124 (48.83% from 255) = 23.75%
R=33.91%
G=42.34%
B=23.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772211240.2000.440.1387.2258.7967.65
HexB1DD7C1402CD573b44
Octal261335174240541512773104
Binary10110001110111011111100101000101100110110101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD7C; }

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

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

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

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

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

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

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

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