Html Css Color HEX #B1F281 Feijoa

📋 copy color: '#B1F281'

red 177 ◦ green 242 ◦ blue 129

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

Shades of Feijoa #B1F281

Tints of Feijoa #B1F281

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.16%

 BLUE value IS 129 (50.78% from 255) = 23.54%

R = 32.3%
G = 44.16%
B = 23.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#B1F281 (or 0xB1F281) is known color: Feijoa. HEX triplet: B1, F2 and 81. RGB value is (177,242,129). Sum of RGB (Red+Green+Blue) = 177+242+129=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F281 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F281 is #4E0D7E. Grayscale: #D2D2D2. Windows color (decimal): -5115263 or 8516273. OLE color: 8516273.

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

Color convert

RGB 177 242 129 -
CMYK 0.27 0 0.47 0.05
HSL 94.51º 0.81% 0.73% -
HSV(B) 94.51º 0.47% 0.95% -
XYZ 53.85 74.44 32.3 -
YUV 209.68 82.47 104.69 -
System Red Green Blue C M Y K H S L
Decimal 177 242 129 0.27 0 0.47 0.05 94.51 0.81 0.73
Hex B1 F2 81 1B 0 2F 5 5F 51 49
Octal 261 362 201 33 0 57 5 137 121 111
Binary 10110001 11110010 10000001 11011 0 101111 101 1011111 1010001 1001001

Color Harmonies of #B1F281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F281

Black with #B1F281

Text Example


Text Example

White with #B1F281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F281; }

 p { color: rgb(177,242,129); }

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

background-color css

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

 a { background-color: rgb(177,242,129); }

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

border-color css

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

 span { border-color: rgb(177,242,129); }

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