Html Css Color HEX #B1DE80 Feijoa

📋 copy color: '#B1DE80'

red 177 ◦ green 222 ◦ blue 128

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

Shades of Feijoa #B1DE80

Tints of Feijoa #B1DE80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.29%

R = 33.59%
G = 42.13%
B = 24.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#B1DE80 (or 0xB1DE80) is known color: Feijoa. HEX triplet: B1, DE and 80. RGB value is (177,222,128). Sum of RGB (Red+Green+Blue) = 177+222+128=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DE80 is #4E217F. Grayscale: #C6C6C6. Windows color (decimal): -5120384 or 8445617. OLE color: 8445617.

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

Color convert

RGB 177 222 128 -
CMYK 0.20 0 0.42 0.13
HSL 88.72º 0.59% 0.69% -
HSV(B) 88.72º 0.42% 0.87% -
XYZ 48.15 63.15 30.07 -
YUV 197.83 88.59 113.14 -
System Red Green Blue C M Y K H S L
Decimal 177 222 128 0.20 0 0.42 0.13 88.72 0.59 0.69
Hex B1 DE 80 14 0 2A D 59 3B 45
Octal 261 336 200 24 0 52 15 131 73 105
Binary 10110001 11011110 10000000 10100 0 101010 1101 1011001 111011 1000101

Color Harmonies of #B1DE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE80

Black with #B1DE80

Text Example


Text Example

White with #B1DE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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