Html Css Color HEX #B1F084 Feijoa

📋 copy color: '#B1F084'

red 177 ◦ green 240 ◦ blue 132

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

Shades of Feijoa #B1F084

Tints of Feijoa #B1F084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.04%

R = 32.24%
G = 43.72%
B = 24.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#B1F084 (or 0xB1F084) is known color: Feijoa. HEX triplet: B1, F0 and 84. RGB value is (177,240,132). Sum of RGB (Red+Green+Blue) = 177+240+132=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F084 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F084 is #4E0F7B. Grayscale: #D1D1D1. Windows color (decimal): -5115772 or 8712369. OLE color: 8712369.

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

Color convert

RGB 177 240 132 -
CMYK 0.26 0 0.45 0.06
HSL 95º 0.78% 0.73% -
HSV(B) 95º 0.45% 0.94% -
XYZ 53.46 73.33 33.17 -
YUV 208.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 177 240 132 0.26 0 0.45 0.06 95 0.78 0.73
Hex B1 F0 84 1A 0 2D 6 5F 4E 49
Octal 261 360 204 32 0 55 6 137 116 111
Binary 10110001 11110000 10000100 11010 0 101101 110 1011111 1001110 1001001

Color Harmonies of #B1F084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F084

Black with #B1F084

Text Example


Text Example

White with #B1F084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F084; }

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

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

background-color css

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

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

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

border-color css

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

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

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