#B1E17A

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

Shades of Feijoa #B1E17A

Tints of Feijoa #B1E17A

Color information

#B1E17A (or 0xB1E17A) is unknown color: approx Feijoa. HEX triplet: B1, E1 and 7A. RGB value is (177,225,122). Sum of RGB (Red+Green+Blue) = 177+225+122=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E17A is #4E1E85. Grayscale: #C7C7C7. Windows color (decimal): -5119622 or 8053169. OLE color: 8053169.

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

Color convert

RGB177225122-
CMYK0.2100.460.12
HSL87.96º63.19%68.04%-
HSV(B)87.96º45.78%88.24%-
XYZ48.5764.628.32-
YUV198.9184.6112.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=33.78%
G=42.94%
B=23.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772251220.2100.460.1287.9663.1968.04
HexB1E17A1502EC583f44
Octal261341172250561413077104
Binary10110001111000011111010101010101110110010110001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E17A; }

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

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

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

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

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

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

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

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