Html Css Color HEX #B2DB80 Feijoa

📋 copy color: '#B2DB80'

red 178 ◦ green 219 ◦ blue 128

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

Shades of Feijoa #B2DB80

Tints of Feijoa #B2DB80

RGB

 RED value IS 178 (69.92% from 255) = 33.9%

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

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

R = 33.9%
G = 41.71%
B = 24.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B2DB80 (or 0xB2DB80) is known color: Feijoa. HEX triplet: B2, DB and 80. RGB value is (178,219,128). Sum of RGB (Red+Green+Blue) = 178+219+128=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB80 is #4D247F. Grayscale: #C4C4C4. Windows color (decimal): -5055616 or 8444850. OLE color: 8444850.

HSL color Cylindrical-coordinate representation of color #B2DB80: hue angle of 87.03º 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 #B2DB80 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 128 -
CMYK 0.19 0 0.42 0.14
HSL 87.03º 0.56% 0.68% -
HSV(B) 87.03º 0.42% 0.86% -
XYZ 47.59 61.69 29.82 -
YUV 196.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 178 219 128 0.19 0 0.42 0.14 87.03 0.56 0.68
Hex B2 DB 80 13 0 2A E 57 38 44
Octal 262 333 200 23 0 52 16 127 70 104
Binary 10110010 11011011 10000000 10011 0 101010 1110 1010111 111000 1000100

Color Harmonies of #B2DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB80

Black with #B2DB80

Text Example


Text Example

White with #B2DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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