#B1DC81

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

Shades of Feijoa #B1DC81

Tints of Feijoa #B1DC81

Color information

#B1DC81 (or 0xB1DC81) is unknown color: approx Feijoa. HEX triplet: B1, DC and 81. RGB value is (177,220,129). Sum of RGB (Red+Green+Blue) = 177+220+129=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC81 is #4E237E. Grayscale: #C5C5C5. Windows color (decimal): -5120895 or 8510641. OLE color: 8510641.

HSL color Cylindrical-coordinate representation of color #B1DC81: hue angle of 88.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1DC81 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB177220129-
CMYK0.2000.410.14
HSL88.35º56.52%68.43%-
HSV(B)88.35º41.36%86.27%-
XYZ47.6962.1230.25-
YUV196.7789.75113.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 129 (50.78% from 255) = 24.52%
R=33.65%
G=41.83%
B=24.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201290.2000.410.1488.3556.5268.43
HexB1DC8114029E583944
Octal261334201240511613071104
Binary101100011101110010000001101000101001111010110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC81; }

 p { color: rgb(177,220,129); }

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

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

 a { background-color: rgb(177,220,129); }

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

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

 span { border-color: rgb(177,220,129); }

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