Html Css Color HEX #B1DA73 Feijoa

📋 copy color: '#B1DA73'

red 177 ◦ green 218 ◦ blue 115

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

Shades of Feijoa #B1DA73

Tints of Feijoa #B1DA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 34.71%
G = 42.75%
B = 22.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B1DA73 (or 0xB1DA73) is known color: Feijoa. HEX triplet: B1, DA and 73. RGB value is (177,218,115). Sum of RGB (Red+Green+Blue) = 177+218+115=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DA73 is #4E258C. Grayscale: #C2C2C2. Windows color (decimal): -5121421 or 7592625. OLE color: 7592625.

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

Color convert

RGB 177 218 115 -
CMYK 0.19 0 0.47 0.15
HSL 83.88º 0.58% 0.65% -
HSV(B) 83.88º 0.47% 0.85% -
XYZ 46.3 60.73 25.5 -
YUV 194 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 177 218 115 0.19 0 0.47 0.15 83.88 0.58 0.65
Hex B1 DA 73 13 0 2F F 54 3A 41
Octal 261 332 163 23 0 57 17 124 72 101
Binary 10110001 11011010 1110011 10011 0 101111 1111 1010100 111010 1000001

Color Harmonies of #B1DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DA73

Black with #B1DA73

Text Example


Text Example

White with #B1DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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