#B1E580

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

Shades of Feijoa #B1E580

Tints of Feijoa #B1E580

Color information

#B1E580 (or 0xB1E580) is unknown color: approx Feijoa. HEX triplet: B1, E5 and 80. RGB value is (177,229,128). Sum of RGB (Red+Green+Blue) = 177+229+128=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E580 is #4E1A7F. Grayscale: #CACACA. Windows color (decimal): -5118592 or 8447409. OLE color: 8447409.

HSL color Cylindrical-coordinate representation of color #B1E580: hue angle of 90.89º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1E580 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB177229128-
CMYK0.2300.440.10
HSL90.89º66.01%70%-
HSV(B)90.89º44.1%89.8%-
XYZ50.0566.9430.71-
YUV201.9486.27110.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 229 (89.84% from 255) = 42.88%
BLUE value IS 128 (50.39% from 255) = 23.97%
R=33.15%
G=42.88%
B=23.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1772291280.2300.440.1090.8966.0170
HexB1E5801702CA5b4246
Octal2613452002705412133102106
Binary1011000111100101100000001011101011001010101101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E580; }

 p { color: rgb(177,229,128); }

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

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

 a { background-color: rgb(177,229,128); }

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

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

 span { border-color: rgb(177,229,128); }

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