#B1F38C

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

Shades of Feijoa #B1F38C

Tints of Feijoa #B1F38C

Color information

#B1F38C (or 0xB1F38C) is unknown color: approx Feijoa. HEX triplet: B1, F3 and 8C. RGB value is (177,243,140). Sum of RGB (Red+Green+Blue) = 177+243+140=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F38C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F38C is #4E0C73. Grayscale: #D3D3D3. Windows color (decimal): -5114996 or 9237425. OLE color: 9237425.

HSL color Cylindrical-coordinate representation of color #B1F38C: hue angle of 98.45º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1F38C is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB177243140-
CMYK0.2700.420.05
HSL98.45º81.1%75.1%-
HSV(B)98.45º42.39%95.29%-
XYZ54.9275.3436.46-
YUV211.5287.63103.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 243 (95.31% from 255) = 43.39%
BLUE value IS 140 (55.08% from 255) = 25%
R=31.61%
G=43.39%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772431400.2700.420.0598.4581.175.1
HexB1F38C1B02A562514b
Octal261363214330525142121113
Binary101100011111001110001100110110101010101110001010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F38C; }

 p { color: rgb(177,243,140); }

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

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

 a { background-color: rgb(177,243,140); }

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

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

 span { border-color: rgb(177,243,140); }

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