Html Css Color HEX #B0DA80 Feijoa

📋 copy color: '#B0DA80'

red 176 ◦ green 218 ◦ blue 128

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

Shades of Feijoa #B0DA80

Tints of Feijoa #B0DA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.76%

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 33.72%
G = 41.76%
B = 24.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B0DA80 (or 0xB0DA80) is known color: Feijoa. HEX triplet: B0, DA and 80. RGB value is (176,218,128). Sum of RGB (Red+Green+Blue) = 176+218+128=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA80 is #4F257F. Grayscale: #C3C3C3. Windows color (decimal): -5186944 or 8444592. OLE color: 8444592.

HSL color Cylindrical-coordinate representation of color #B0DA80: hue angle of 88º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0DA80 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 128 -
CMYK 0.19 0 0.41 0.15
HSL 88º 0.55% 0.68% -
HSV(B) 88º 0.41% 0.85% -
XYZ 46.87 60.93 29.71 -
YUV 195.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 176 218 128 0.19 0 0.41 0.15 88 0.55 0.68
Hex B0 DA 80 13 0 29 F 58 37 44
Octal 260 332 200 23 0 51 17 130 67 104
Binary 10110000 11011010 10000000 10011 0 101001 1111 1011000 110111 1000100

Color Harmonies of #B0DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA80

Black with #B0DA80

Text Example


Text Example

White with #B0DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA80; }

 p { color: rgb(176,218,128); }

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

background-color css

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

 a { background-color: rgb(176,218,128); }

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

border-color css

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

 span { border-color: rgb(176,218,128); }

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