Html Css Color HEX #B0DB78 Feijoa

📋 copy color: '#B0DB78'

red 176 ◦ green 219 ◦ blue 120

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

Shades of Feijoa #B0DB78

Tints of Feijoa #B0DB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.52%

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 34.17%
G = 42.52%
B = 23.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#B0DB78 (or 0xB0DB78) is known color: Feijoa. HEX triplet: B0, DB and 78. RGB value is (176,219,120). Sum of RGB (Red+Green+Blue) = 176+219+120=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB78 is #4F2487. Grayscale: #C3C3C3. Windows color (decimal): -5186696 or 7920560. OLE color: 7920560.

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

Color convert

RGB 176 219 120 -
CMYK 0.20 0 0.45 0.14
HSL 86.06º 0.58% 0.66% -
HSV(B) 86.06º 0.45% 0.86% -
XYZ 46.63 61.25 27.13 -
YUV 194.86 85.75 114.55 -
System Red Green Blue C M Y K H S L
Decimal 176 219 120 0.20 0 0.45 0.14 86.06 0.58 0.66
Hex B0 DB 78 14 0 2D E 56 3A 42
Octal 260 333 170 24 0 55 16 126 72 102
Binary 10110000 11011011 1111000 10100 0 101101 1110 1010110 111010 1000010

Color Harmonies of #B0DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB78

Black with #B0DB78

Text Example


Text Example

White with #B0DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB78; }

 p { color: rgb(176,219,120); }

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

background-color css

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

 a { background-color: rgb(176,219,120); }

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

border-color css

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

 span { border-color: rgb(176,219,120); }

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