#B1E281

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

Shades of Feijoa #B1E281

Tints of Feijoa #B1E281

Color information

#B1E281 (or 0xB1E281) is unknown color: approx Feijoa. HEX triplet: B1, E2 and 81. RGB value is (177,226,129). Sum of RGB (Red+Green+Blue) = 177+226+129=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E281 is #4E1D7E. Grayscale: #C8C8C8. Windows color (decimal): -5119359 or 8512177. OLE color: 8512177.

HSL color Cylindrical-coordinate representation of color #B1E281: hue angle of 90.31º degrees, saturation: 0.63, 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 #B1E281 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB177226129-
CMYK0.2200.430.11
HSL90.31º62.58%69.61%-
HSV(B)90.31º42.92%88.63%-
XYZ49.2965.3230.78-
YUV200.2987.77111.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 226 (88.67% from 255) = 42.48%
BLUE value IS 129 (50.78% from 255) = 24.25%
R=33.27%
G=42.48%
B=24.25%

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
Decimal1772261290.2200.430.1190.3162.5869.61
HexB1E2811602BB5a3f46
Octal261342201260531313277106
Binary101100011110001010000001101100101011101110110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E281; }

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

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

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

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

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

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

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

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