Html Css Color HEX #B3DB80 Feijoa

📋 copy color: '#B3DB80'

red 179 ◦ green 219 ◦ blue 128

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

Shades of Feijoa #B3DB80

Tints of Feijoa #B3DB80

RGB

 RED value IS 179 (70.31% from 255) = 34.03%

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

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

R = 34.03%
G = 41.63%
B = 24.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B3DB80 (or 0xB3DB80) is known color: Feijoa. HEX triplet: B3, DB and 80. RGB value is (179,219,128). Sum of RGB (Red+Green+Blue) = 179+219+128=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DB80 is #4C247F. Grayscale: #C4C4C4. Windows color (decimal): -4990080 or 8444851. OLE color: 8444851.

HSL color Cylindrical-coordinate representation of color #B3DB80: hue angle of 86.37º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3DB80 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 219 128 -
CMYK 0.18 0 0.42 0.14
HSL 86.37º 0.56% 0.68% -
HSV(B) 86.37º 0.42% 0.86% -
XYZ 47.82 61.81 29.83 -
YUV 196.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 179 219 128 0.18 0 0.42 0.14 86.37 0.56 0.68
Hex B3 DB 80 12 0 2A E 56 38 44
Octal 263 333 200 22 0 52 16 126 70 104
Binary 10110011 11011011 10000000 10010 0 101010 1110 1010110 111000 1000100

Color Harmonies of #B3DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DB80

Black with #B3DB80

Text Example


Text Example

White with #B3DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DB80; }

 p { color: rgb(179,219,128); }

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

background-color css

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

 a { background-color: rgb(179,219,128); }

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

border-color css

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

 span { border-color: rgb(179,219,128); }

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