Html Css Color HEX #B0DC71 Feijoa

📋 copy color: '#B0DC71'

red 176 ◦ green 220 ◦ blue 113

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

Shades of Feijoa #B0DC71

Tints of Feijoa #B0DC71

RGB

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

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

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

R = 34.58%
G = 43.22%
B = 22.2%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#B0DC71 (or 0xB0DC71) is known color: Feijoa. HEX triplet: B0, DC and 71. RGB value is (176,220,113). Sum of RGB (Red+Green+Blue) = 176+220+113=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC71 is #4F238E. Grayscale: #C3C3C3. Windows color (decimal): -5186447 or 7462064. OLE color: 7462064.

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

Color convert

RGB 176 220 113 -
CMYK 0.2 0 0.49 0.14
HSL 84.67º 0.6% 0.65% -
HSV(B) 84.67º 0.49% 0.86% -
XYZ 46.48 61.61 25.06 -
YUV 194.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 176 220 113 0.2 0 0.49 0.14 84.67 0.6 0.65
Hex B0 DC 71 14 0 31 E 55 3C 41
Octal 260 334 161 24 0 61 16 125 74 101
Binary 10110000 11011100 1110001 10100 0 110001 1110 1010101 111100 1000001

Color Harmonies of #B0DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC71

Black with #B0DC71

Text Example


Text Example

White with #B0DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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