Html Css Color HEX #B1DA71 Feijoa

📋 copy color: '#B1DA71'

red 177 ◦ green 218 ◦ blue 113

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

Shades of Feijoa #B1DA71

Tints of Feijoa #B1DA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 34.84%
G = 42.91%
B = 22.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#B1DA71 (or 0xB1DA71) is known color: Feijoa. HEX triplet: B1, DA and 71. RGB value is (177,218,113). Sum of RGB (Red+Green+Blue) = 177+218+113=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DA71 is #4E258E. Grayscale: #C2C2C2. Windows color (decimal): -5121423 or 7461553. OLE color: 7461553.

HSL color Cylindrical-coordinate representation of color #B1DA71: hue angle of 83.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1DA71 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 218 113 -
CMYK 0.19 0 0.48 0.15
HSL 83.43º 0.59% 0.65% -
HSV(B) 83.43º 0.48% 0.85% -
XYZ 46.18 60.68 24.9 -
YUV 193.77 82.42 116.04 -
System Red Green Blue C M Y K H S L
Decimal 177 218 113 0.19 0 0.48 0.15 83.43 0.59 0.65
Hex B1 DA 71 13 0 30 F 53 3B 41
Octal 261 332 161 23 0 60 17 123 73 101
Binary 10110001 11011010 1110001 10011 0 110000 1111 1010011 111011 1000001

Color Harmonies of #B1DA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DA71

Black with #B1DA71

Text Example


Text Example

White with #B1DA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DA71; }

 p { color: rgb(177,218,113); }

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

background-color css

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

 a { background-color: rgb(177,218,113); }

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

border-color css

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

 span { border-color: rgb(177,218,113); }

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