#B1E381

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

Shades of Feijoa #B1E381

Tints of Feijoa #B1E381

Color information

#B1E381 (or 0xB1E381) is unknown color: approx Feijoa. HEX triplet: B1, E3 and 81. RGB value is (177,227,129). Sum of RGB (Red+Green+Blue) = 177+227+129=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E381 is #4E1C7E. Grayscale: #C9C9C9. Windows color (decimal): -5119103 or 8512433. OLE color: 8512433.

HSL color Cylindrical-coordinate representation of color #B1E381: hue angle of 90.61º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1E381 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB177227129-
CMYK0.2200.430.11
HSL90.61º63.64%69.8%-
HSV(B)90.61º43.17%89.02%-
XYZ49.5665.8730.87-
YUV200.8887.44110.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 227 (89.06% from 255) = 42.59%
BLUE value IS 129 (50.78% from 255) = 24.20%
R=33.21%
G=42.59%
B=24.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772271290.2200.430.1190.6163.6469.8
HexB1E3811602BB5b4046
Octal2613432012605313133100106
Binary1011000111100011100000011011001010111011101101110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E381; }

 p { color: rgb(177,227,129); }

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

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

 a { background-color: rgb(177,227,129); }

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

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

 span { border-color: rgb(177,227,129); }

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