Html Css Color HEX #B1EA7E Feijoa

📋 copy color: '#B1EA7E'

red 177 ◦ green 234 ◦ blue 126

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

Shades of Feijoa #B1EA7E

Tints of Feijoa #B1EA7E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.58%

 BLUE value IS 126 (49.61% from 255) = 23.46%

R = 32.96%
G = 43.58%
B = 23.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#B1EA7E (or 0xB1EA7E) is known color: Feijoa. HEX triplet: B1, EA and 7E. RGB value is (177,234,126). Sum of RGB (Red+Green+Blue) = 177+234+126=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1EA7E is #4E1581. Grayscale: #CDCDCD. Windows color (decimal): -5117314 or 8317617. OLE color: 8317617.

HSL color Cylindrical-coordinate representation of color #B1EA7E: hue angle of 91.67º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1EA7E is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 234 126 -
CMYK 0.24 0 0.46 0.08
HSL 91.67º 0.72% 0.71% -
HSV(B) 91.67º 0.46% 0.92% -
XYZ 51.32 69.7 30.49 -
YUV 204.65 83.62 108.28 -
System Red Green Blue C M Y K H S L
Decimal 177 234 126 0.24 0 0.46 0.08 91.67 0.72 0.71
Hex B1 EA 7E 18 0 2E 8 5C 48 47
Octal 261 352 176 30 0 56 10 134 110 107
Binary 10110001 11101010 1111110 11000 0 101110 1000 1011100 1001000 1000111

Color Harmonies of #B1EA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EA7E

Black with #B1EA7E

Text Example


Text Example

White with #B1EA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EA7E; }

 p { color: rgb(177,234,126); }

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

background-color css

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

 a { background-color: rgb(177,234,126); }

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

border-color css

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

 span { border-color: rgb(177,234,126); }

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