Html Css Color HEX #B1DA77 Feijoa

📋 copy color: '#B1DA77'

red 177 ◦ green 218 ◦ blue 119

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

Shades of Feijoa #B1DA77

Tints of Feijoa #B1DA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 34.44%
G = 42.41%
B = 23.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#B1DA77 (or 0xB1DA77) is known color: Feijoa. HEX triplet: B1, DA and 77. RGB value is (177,218,119). Sum of RGB (Red+Green+Blue) = 177+218+119=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DA77 is #4E2588. Grayscale: #C2C2C2. Windows color (decimal): -5121417 or 7854769. OLE color: 7854769.

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

Color convert

RGB 177 218 119 -
CMYK 0.19 0 0.45 0.15
HSL 84.85º 0.57% 0.66% -
HSV(B) 84.85º 0.45% 0.85% -
XYZ 46.53 60.82 26.74 -
YUV 194.46 85.42 115.55 -
System Red Green Blue C M Y K H S L
Decimal 177 218 119 0.19 0 0.45 0.15 84.85 0.57 0.66
Hex B1 DA 77 13 0 2D F 55 39 42
Octal 261 332 167 23 0 55 17 125 71 102
Binary 10110001 11011010 1110111 10011 0 101101 1111 1010101 111001 1000010

Color Harmonies of #B1DA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DA77

Black with #B1DA77

Text Example


Text Example

White with #B1DA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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