#B1F78A

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

Shades of Feijoa #B1F78A

Tints of Feijoa #B1F78A

Color information

#B1F78A (or 0xB1F78A) is unknown color: approx Feijoa. HEX triplet: B1, F7 and 8A. RGB value is (177,247,138). Sum of RGB (Red+Green+Blue) = 177+247+138=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F78A is #4E0875. Grayscale: #D6D6D6. Windows color (decimal): -5113974 or 9107377. OLE color: 9107377.

HSL color Cylindrical-coordinate representation of color #B1F78A: hue angle of 98.53º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1F78A is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB177247138-
CMYK0.2800.440.03
HSL98.53º87.2%75.49%-
HSV(B)98.53º44.13%96.86%-
XYZ55.9877.736.09-
YUV213.6485.31101.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.49%
GREEN value IS 247 (96.88% from 255) = 43.95%
BLUE value IS 138 (54.30% from 255) = 24.56%
R=31.49%
G=43.95%
B=24.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772471380.2800.440.0398.5387.275.49
HexB1F78A1C02C363574b
Octal261367212340543143127113
Binary10110001111101111000101011100010110011110001110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F78A; }

 p { color: rgb(177,247,138); }

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

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

 a { background-color: rgb(177,247,138); }

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

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

 span { border-color: rgb(177,247,138); }

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