Html Css Color HEX #B0DD71 Feijoa

📋 copy color: '#B0DD71'

red 176 ◦ green 221 ◦ blue 113

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

Shades of Feijoa #B0DD71

Tints of Feijoa #B0DD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.33%

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

R = 34.51%
G = 43.33%
B = 22.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#B0DD71 (or 0xB0DD71) is known color: Feijoa. HEX triplet: B0, DD and 71. RGB value is (176,221,113). Sum of RGB (Red+Green+Blue) = 176+221+113=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD71 is #4F228E. Grayscale: #C3C3C3. Windows color (decimal): -5186191 or 7462320. OLE color: 7462320.

HSL color Cylindrical-coordinate representation of color #B0DD71: hue angle of 85º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0DD71 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 113 -
CMYK 0.20 0 0.49 0.13
HSL 85º 0.61% 0.65% -
HSV(B) 85º 0.49% 0.87% -
XYZ 46.74 62.14 25.15 -
YUV 195.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 176 221 113 0.20 0 0.49 0.13 85 0.61 0.65
Hex B0 DD 71 14 0 31 D 55 3D 41
Octal 260 335 161 24 0 61 15 125 75 101
Binary 10110000 11011101 1110001 10100 0 110001 1101 1010101 111101 1000001

Color Harmonies of #B0DD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD71

Black with #B0DD71

Text Example


Text Example

White with #B0DD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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