#B1D57F

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

Shades of Feijoa #B1D57F

Tints of Feijoa #B1D57F

Color information

#B1D57F (or 0xB1D57F) is unknown color: approx Feijoa. HEX triplet: B1, D5 and 7F. RGB value is (177,213,127). Sum of RGB (Red+Green+Blue) = 177+213+127=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D57F is #4E2A80. Grayscale: #C0C0C0. Windows color (decimal): -5122689 or 8377777. OLE color: 8377777.

HSL color Cylindrical-coordinate representation of color #B1D57F: hue angle of 85.12º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1D57F is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB177213127-
CMYK0.1700.400.16
HSL85.12º50.59%66.67%-
HSV(B)85.12º40.38%83.53%-
XYZ45.7658.4728.95-
YUV192.4391.07116.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 127 (50% from 255) = 24.56%
R=34.24%
G=41.20%
B=24.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772131270.1700.400.1685.1250.5966.67
HexB1D57F1102810553343
Octal261325177210502012563103
Binary101100011101010111111111000101010001000010101011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D57F; }

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

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

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

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

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

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

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

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