Html Css Color HEX #B1DE8D Feijoa

📋 copy color: '#B1DE8D'

red 177 ◦ green 222 ◦ blue 141

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

Shades of Feijoa #B1DE8D

Tints of Feijoa #B1DE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 32.78%
G = 41.11%
B = 26.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#B1DE8D (or 0xB1DE8D) is known color: Feijoa. HEX triplet: B1, DE and 8D. RGB value is (177,222,141). Sum of RGB (Red+Green+Blue) = 177+222+141=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DE8D is #4E2172. Grayscale: #C7C7C7. Windows color (decimal): -5120371 or 9297585. OLE color: 9297585.

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

Color convert

RGB 177 222 141 -
CMYK 0.20 0 0.36 0.13
HSL 93.33º 0.55% 0.71% -
HSV(B) 93.33º 0.36% 0.87% -
XYZ 49.06 63.51 34.87 -
YUV 199.31 95.09 112.09 -
System Red Green Blue C M Y K H S L
Decimal 177 222 141 0.20 0 0.36 0.13 93.33 0.55 0.71
Hex B1 DE 8D 14 0 24 D 5D 37 47
Octal 261 336 215 24 0 44 15 135 67 107
Binary 10110001 11011110 10001101 10100 0 100100 1101 1011101 110111 1000111

Color Harmonies of #B1DE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE8D

Black with #B1DE8D

Text Example


Text Example

White with #B1DE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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