#B1EF8E

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

Shades of Feijoa #B1EF8E

Tints of Feijoa #B1EF8E

Color information

#B1EF8E (or 0xB1EF8E) is unknown color: approx Feijoa. HEX triplet: B1, EF and 8E. RGB value is (177,239,142). Sum of RGB (Red+Green+Blue) = 177+239+142=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EF8E is #4E1071. Grayscale: #D1D1D1. Windows color (decimal): -5116018 or 9367473. OLE color: 9367473.

HSL color Cylindrical-coordinate representation of color #B1EF8E: hue angle of 98.35º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1EF8E is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB177239142-
CMYK0.2600.410.06
HSL98.35º75.19%74.71%-
HSV(B)98.35º40.59%93.73%-
XYZ53.8873.0336.85-
YUV209.489.96104.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 239 (93.75% from 255) = 42.83%
BLUE value IS 142 (55.86% from 255) = 25.45%
R=31.72%
G=42.83%
B=25.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772391420.2600.410.0698.3575.1974.71
HexB1EF8E1A0296624b4b
Octal261357216320516142113113
Binary101100011110111110001110110100101001110110001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EF8E; }

 p { color: rgb(177,239,142); }

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

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

 a { background-color: rgb(177,239,142); }

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

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

 span { border-color: rgb(177,239,142); }

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