Html Css Color HEX #B0DD76 Feijoa

📋 copy color: '#B0DD76'

red 176 ◦ green 221 ◦ blue 118

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

Shades of Feijoa #B0DD76

Tints of Feijoa #B0DD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.91%

R = 34.17%
G = 42.91%
B = 22.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#B0DD76 (or 0xB0DD76) is known color: Feijoa. HEX triplet: B0, DD and 76. RGB value is (176,221,118). Sum of RGB (Red+Green+Blue) = 176+221+118=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD76 is #4F2289. Grayscale: #C4C4C4. Windows color (decimal): -5186186 or 7790000. OLE color: 7790000.

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

Color convert

RGB 176 221 118 -
CMYK 0.20 0 0.47 0.13
HSL 86.21º 0.6% 0.66% -
HSV(B) 86.21º 0.47% 0.87% -
XYZ 47.03 62.25 26.68 -
YUV 195.8 84.09 113.88 -
System Red Green Blue C M Y K H S L
Decimal 176 221 118 0.20 0 0.47 0.13 86.21 0.6 0.66
Hex B0 DD 76 14 0 2F D 56 3C 42
Octal 260 335 166 24 0 57 15 126 74 102
Binary 10110000 11011101 1110110 10100 0 101111 1101 1010110 111100 1000010

Color Harmonies of #B0DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD76

Black with #B0DD76

Text Example


Text Example

White with #B0DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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