Html Css Color HEX #B0DC77 Feijoa

📋 copy color: '#B0DC77'

red 176 ◦ green 220 ◦ blue 119

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

Shades of Feijoa #B0DC77

Tints of Feijoa #B0DC77

RGB

 RED value IS 176 (69.14% from 255) = 34.17%

 GREEN value IS 220 (86.33% from 255) = 42.72%

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

R = 34.17%
G = 42.72%
B = 23.11%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#B0DC77 (or 0xB0DC77) is known color: Feijoa. HEX triplet: B0, DC and 77. RGB value is (176,220,119). Sum of RGB (Red+Green+Blue) = 176+220+119=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC77 is #4F2388. Grayscale: #C3C3C3. Windows color (decimal): -5186441 or 7855280. OLE color: 7855280.

HSL color Cylindrical-coordinate representation of color #B0DC77: hue angle of 86.14º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0DC77 is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 119 -
CMYK 0.2 0 0.46 0.14
HSL 86.14º 0.59% 0.66% -
HSV(B) 86.14º 0.46% 0.86% -
XYZ 46.83 61.75 26.9 -
YUV 195.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 176 220 119 0.2 0 0.46 0.14 86.14 0.59 0.66
Hex B0 DC 77 14 0 2E E 56 3B 42
Octal 260 334 167 24 0 56 16 126 73 102
Binary 10110000 11011100 1110111 10100 0 101110 1110 1010110 111011 1000010

Color Harmonies of #B0DC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC77

Black with #B0DC77

Text Example


Text Example

White with #B0DC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC77; }

 p { color: rgb(176,220,119); }

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

background-color css

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

 a { background-color: rgb(176,220,119); }

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

border-color css

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

 span { border-color: rgb(176,220,119); }

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