#B1E07E

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

Shades of Feijoa #B1E07E

Tints of Feijoa #B1E07E

Color information

#B1E07E (or 0xB1E07E) is unknown color: approx Feijoa. HEX triplet: B1, E0 and 7E. RGB value is (177,224,126). Sum of RGB (Red+Green+Blue) = 177+224+126=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E07E is #4E1F81. Grayscale: #C7C7C7. Windows color (decimal): -5119874 or 8315057. OLE color: 8315057.

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

Color convert

RGB177224126-
CMYK0.2100.440.12
HSL88.78º61.25%68.63%-
HSV(B)88.78º43.75%87.84%-
XYZ48.5564.1629.56-
YUV198.7886.93112.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 126 (49.61% from 255) = 23.91%
R=33.59%
G=42.50%
B=23.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772241260.2100.440.1288.7861.2568.63
HexB1E07E1502CC593d45
Octal261340176250541413175105
Binary10110001111000001111110101010101100110010110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E07E; }

 p { color: rgb(177,224,126); }

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

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

 a { background-color: rgb(177,224,126); }

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

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

 span { border-color: rgb(177,224,126); }

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