Html Css Color HEX #B1DE7F Feijoa

📋 copy color: '#B1DE7F'

red 177 ◦ green 222 ◦ blue 127

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

Shades of Feijoa #B1DE7F

Tints of Feijoa #B1DE7F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

 BLUE value IS 127 (50% from 255) = 24.14%

R = 33.65%
G = 42.21%
B = 24.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#B1DE7F (or 0xB1DE7F) is known color: Feijoa. HEX triplet: B1, DE and 7F. RGB value is (177,222,127). Sum of RGB (Red+Green+Blue) = 177+222+127=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE7F is #4E2180. Grayscale: #C6C6C6. Windows color (decimal): -5120385 or 8380081. OLE color: 8380081.

HSL color Cylindrical-coordinate representation of color #B1DE7F: hue angle of 88.42º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1DE7F is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 222 127 -
CMYK 0.20 0 0.43 0.13
HSL 88.42º 0.59% 0.68% -
HSV(B) 88.42º 0.43% 0.87% -
XYZ 48.08 63.12 29.73 -
YUV 197.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 177 222 127 0.20 0 0.43 0.13 88.42 0.59 0.68
Hex B1 DE 7F 14 0 2B D 58 3B 44
Octal 261 336 177 24 0 53 15 130 73 104
Binary 10110001 11011110 1111111 10100 0 101011 1101 1011000 111011 1000100

Color Harmonies of #B1DE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE7F

Black with #B1DE7F

Text Example


Text Example

White with #B1DE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE7F; }

 p { color: rgb(177,222,127); }

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

background-color css

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

 a { background-color: rgb(177,222,127); }

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

border-color css

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

 span { border-color: rgb(177,222,127); }

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