#B1E180

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

Shades of Feijoa #B1E180

Tints of Feijoa #B1E180

Color information

#B1E180 (or 0xB1E180) is unknown color: approx Feijoa. HEX triplet: B1, E1 and 80. RGB value is (177,225,128). Sum of RGB (Red+Green+Blue) = 177+225+128=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E180 is #4E1E7F. Grayscale: #C7C7C7. Windows color (decimal): -5119616 or 8446385. OLE color: 8446385.

HSL color Cylindrical-coordinate representation of color #B1E180: hue angle of 89.69º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1E180 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB177225128-
CMYK0.2100.430.12
HSL89.69º61.78%69.22%-
HSV(B)89.69º43.11%88.24%-
XYZ48.9564.7630.34-
YUV199.5987.6111.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=33.40%
G=42.45%
B=24.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772251280.2100.430.1289.6961.7869.22
HexB1E1801502BC5a3e45
Octal261341200250531413276105
Binary101100011110000110000000101010101011110010110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E180; }

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

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

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

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

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

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

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

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