Html Css Color HEX #B1FA8A Feijoa

📋 copy color: '#B1FA8A'

red 177 ◦ green 250 ◦ blue 138

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

Shades of Feijoa #B1FA8A

Tints of Feijoa #B1FA8A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.25%

 BLUE value IS 138 (54.3% from 255) = 24.42%

R = 31.33%
G = 44.25%
B = 24.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#B1FA8A (or 0xB1FA8A) is known color: Feijoa. HEX triplet: B1, FA and 8A. RGB value is (177,250,138). Sum of RGB (Red+Green+Blue) = 177+250+138=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FA8A is #4E0575. Grayscale: #D7D7D7. Windows color (decimal): -5113206 or 9108145. OLE color: 9108145.

HSL color Cylindrical-coordinate representation of color #B1FA8A: hue angle of 99.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1FA8A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 138 -
CMYK 0.29 0 0.45 0.02
HSL 99.11º 0.92% 0.76% -
HSV(B) 99.11º 0.45% 0.98% -
XYZ 56.9 79.55 36.4 -
YUV 215.41 84.32 100.61 -
System Red Green Blue C M Y K H S L
Decimal 177 250 138 0.29 0 0.45 0.02 99.11 0.92 0.76
Hex B1 FA 8A 1D 0 2D 2 63 5C 4C
Octal 261 372 212 35 0 55 2 143 134 114
Binary 10110001 11111010 10001010 11101 0 101101 10 1100011 1011100 1001100

Color Harmonies of #B1FA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FA8A

Black with #B1FA8A

Text Example


Text Example

White with #B1FA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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