Html Css Color HEX #B1ED8B Feijoa

📋 copy color: '#B1ED8B'

red 177 ◦ green 237 ◦ blue 139

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

Shades of Feijoa #B1ED8B

Tints of Feijoa #B1ED8B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.86%

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

R = 32.01%
G = 42.86%
B = 25.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#B1ED8B (or 0xB1ED8B) is known color: Feijoa. HEX triplet: B1, ED and 8B. RGB value is (177,237,139). Sum of RGB (Red+Green+Blue) = 177+237+139=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1ED8B is #4E1274. Grayscale: #D0D0D0. Windows color (decimal): -5116533 or 9170353. OLE color: 9170353.

HSL color Cylindrical-coordinate representation of color #B1ED8B: hue angle of 96.73º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1ED8B is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 237 139 -
CMYK 0.25 0 0.41 0.07
HSL 96.73º 0.73% 0.74% -
HSV(B) 96.73º 0.41% 0.93% -
XYZ 53.08 71.78 35.48 -
YUV 207.89 89.12 105.97 -
System Red Green Blue C M Y K H S L
Decimal 177 237 139 0.25 0 0.41 0.07 96.73 0.73 0.74
Hex B1 ED 8B 19 0 29 7 61 49 4A
Octal 261 355 213 31 0 51 7 141 111 112
Binary 10110001 11101101 10001011 11001 0 101001 111 1100001 1001001 1001010

Color Harmonies of #B1ED8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ED8B

Black with #B1ED8B

Text Example


Text Example

White with #B1ED8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ED8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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