#B1E77C

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

Shades of Feijoa #B1E77C

Tints of Feijoa #B1E77C

Color information

#B1E77C (or 0xB1E77C) is unknown color: approx Feijoa. HEX triplet: B1, E7 and 7C. RGB value is (177,231,124). Sum of RGB (Red+Green+Blue) = 177+231+124=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E77C is #4E1883. Grayscale: #CBCBCB. Windows color (decimal): -5118084 or 8185777. OLE color: 8185777.

HSL color Cylindrical-coordinate representation of color #B1E77C: hue angle of 90.28º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1E77C is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB177231124-
CMYK0.2300.460.09
HSL90.28º69.03%69.61%-
HSV(B)90.28º46.32%90.59%-
XYZ50.3567.9529.53-
YUV202.6683.61109.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 231 (90.62% from 255) = 43.42%
BLUE value IS 124 (48.83% from 255) = 23.31%
R=33.27%
G=43.42%
B=23.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772311240.2300.460.0990.2869.0369.61
HexB1E77C1702E95a4546
Octal2613471742705611132105106
Binary101100011110011111111001011101011101001101101010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E77C; }

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

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

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

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

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

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

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

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