Html Css Color HEX #B1F08B Feijoa

📋 copy color: '#B1F08B'

red 177 ◦ green 240 ◦ blue 139

#B1F08B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #B1F08B

Tints of Feijoa #B1F08B

RGB

 RED value IS 177 (69.53% from 255) = 31.83%

 GREEN value IS 240 (94.14% from 255) = 43.17%

 BLUE value IS 139 (54.69% from 255) = 25%

R = 31.83%
G = 43.17%
B = 25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#B1F08B (or 0xB1F08B) is known color: Feijoa. HEX triplet: B1, F0 and 8B. RGB value is (177,240,139). Sum of RGB (Red+Green+Blue) = 177+240+139=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F08B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F08B is #4E0F74. Grayscale: #D1D1D1. Windows color (decimal): -5115765 or 9171121. OLE color: 9171121.

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

Color convert

RGB 177 240 139 -
CMYK 0.26 0 0.42 0.06
HSL 97.43º 0.77% 0.74% -
HSV(B) 97.43º 0.42% 0.94% -
XYZ 53.95 73.53 35.78 -
YUV 209.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 177 240 139 0.26 0 0.42 0.06 97.43 0.77 0.74
Hex B1 F0 8B 1A 0 2A 6 61 4D 4A
Octal 261 360 213 32 0 52 6 141 115 112
Binary 10110001 11110000 10001011 11010 0 101010 110 1100001 1001101 1001010

Color Harmonies of #B1F08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F08B

Black with #B1F08B

Text Example


Text Example

White with #B1F08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F08B; }

 p { color: rgb(177,240,139); }

 H1.HeaderClassName
 {
   color: #B1F08B;
 }
 .AnyTagClassName
 {
   color: #B1F08B;
 }
</style>

background-color css

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

 a { background-color: rgb(177,240,139); }

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

border-color css

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

 span { border-color: rgb(177,240,139); }

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