#B1DB7F

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

Shades of Feijoa #B1DB7F

Tints of Feijoa #B1DB7F

Color information

#B1DB7F (or 0xB1DB7F) is unknown color: approx Feijoa. HEX triplet: B1, DB and 7F. RGB value is (177,219,127). Sum of RGB (Red+Green+Blue) = 177+219+127=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB7F is #4E2480. Grayscale: #C4C4C4. Windows color (decimal): -5121153 or 8379313. OLE color: 8379313.

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

Color convert

RGB177219127-
CMYK0.1900.420.14
HSL87.39º56.1%67.84%-
HSV(B)87.39º42.01%85.88%-
XYZ47.2961.5429.46-
YUV195.9589.09114.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 127 (50% from 255) = 24.28%
R=33.84%
G=41.87%
B=24.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191270.1900.420.1487.3956.167.84
HexB1DB7F1302AE573844
Octal261333177230521612770104
Binary10110001110110111111111100110101010111010101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB7F; }

 p { color: rgb(177,219,127); }

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

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

 a { background-color: rgb(177,219,127); }

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

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

 span { border-color: rgb(177,219,127); }

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