Html Css Color HEX #B1E275 Feijoa

📋 copy color: '#B1E275'

red 177 ◦ green 226 ◦ blue 117

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

Shades of Feijoa #B1E275

Tints of Feijoa #B1E275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.46%

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 34.04%
G = 43.46%
B = 22.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#B1E275 (or 0xB1E275) is known color: Feijoa. HEX triplet: B1, E2 and 75. RGB value is (177,226,117). Sum of RGB (Red+Green+Blue) = 177+226+117=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E275 is #4E1D8A. Grayscale: #C7C7C7. Windows color (decimal): -5119371 or 7725745. OLE color: 7725745.

HSL color Cylindrical-coordinate representation of color #B1E275: hue angle of 86.97º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1E275 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 226 117 -
CMYK 0.22 0 0.48 0.11
HSL 86.97º 0.65% 0.67% -
HSV(B) 86.97º 0.48% 0.89% -
XYZ 48.54 65.02 26.82 -
YUV 198.92 81.77 112.36 -
System Red Green Blue C M Y K H S L
Decimal 177 226 117 0.22 0 0.48 0.11 86.97 0.65 0.67
Hex B1 E2 75 16 0 30 B 57 41 43
Octal 261 342 165 26 0 60 13 127 101 103
Binary 10110001 11100010 1110101 10110 0 110000 1011 1010111 1000001 1000011

Color Harmonies of #B1E275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E275

Black with #B1E275

Text Example


Text Example

White with #B1E275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E275; }

 p { color: rgb(177,226,117); }

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

background-color css

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

 a { background-color: rgb(177,226,117); }

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

border-color css

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

 span { border-color: rgb(177,226,117); }

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