Html Css Color HEX #B1DF8F Feijoa

📋 copy color: '#B1DF8F'

red 177 ◦ green 223 ◦ blue 143

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

Shades of Feijoa #B1DF8F

Tints of Feijoa #B1DF8F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

 BLUE value IS 143 (56.25% from 255) = 26.34%

R = 32.6%
G = 41.07%
B = 26.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#B1DF8F (or 0xB1DF8F) is known color: Feijoa. HEX triplet: B1, DF and 8F. RGB value is (177,223,143). Sum of RGB (Red+Green+Blue) = 177+223+143=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DF8F is #4E2070. Grayscale: #C8C8C8. Windows color (decimal): -5120113 or 9428913. OLE color: 9428913.

HSL color Cylindrical-coordinate representation of color #B1DF8F: hue angle of 94.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1DF8F is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 143 -
CMYK 0.21 0 0.36 0.13
HSL 94.5º 0.56% 0.72% -
HSV(B) 94.5º 0.36% 0.87% -
XYZ 49.48 64.11 35.75 -
YUV 200.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 177 223 143 0.21 0 0.36 0.13 94.5 0.56 0.72
Hex B1 DF 8F 15 0 24 D 5E 38 48
Octal 261 337 217 25 0 44 15 136 70 110
Binary 10110001 11011111 10001111 10101 0 100100 1101 1011110 111000 1001000

Color Harmonies of #B1DF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DF8F

Black with #B1DF8F

Text Example


Text Example

White with #B1DF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DF8F; }

 p { color: rgb(177,223,143); }

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

background-color css

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

 a { background-color: rgb(177,223,143); }

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

border-color css

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

 span { border-color: rgb(177,223,143); }

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