Html Css Color HEX #B2DA80 Feijoa

📋 copy color: '#B2DA80'

red 178 ◦ green 218 ◦ blue 128

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

Shades of Feijoa #B2DA80

Tints of Feijoa #B2DA80

RGB

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

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

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

R = 33.97%
G = 41.6%
B = 24.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B2DA80 (or 0xB2DA80) is known color: Feijoa. HEX triplet: B2, DA and 80. RGB value is (178,218,128). Sum of RGB (Red+Green+Blue) = 178+218+128=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA80 is #4D257F. Grayscale: #C4C4C4. Windows color (decimal): -5055872 or 8444594. OLE color: 8444594.

HSL color Cylindrical-coordinate representation of color #B2DA80: hue angle of 86.67º 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 #B2DA80 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 128 -
CMYK 0.18 0 0.41 0.15
HSL 86.67º 0.55% 0.68% -
HSV(B) 86.67º 0.41% 0.85% -
XYZ 47.33 61.17 29.73 -
YUV 195.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 178 218 128 0.18 0 0.41 0.15 86.67 0.55 0.68
Hex B2 DA 80 12 0 29 F 57 37 44
Octal 262 332 200 22 0 51 17 127 67 104
Binary 10110010 11011010 10000000 10010 0 101001 1111 1010111 110111 1000100

Color Harmonies of #B2DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA80

Black with #B2DA80

Text Example


Text Example

White with #B2DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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