#B2E980

Color #B2E980 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B2E980

Tints of Feijoa #B2E980

Color information

#B2E980 (or 0xB2E980) is unknown color: approx Feijoa. HEX triplet: B2, E9 and 80. RGB value is (178,233,128). Sum of RGB (Red+Green+Blue) = 178+233+128=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E980 is #4D167F. Grayscale: #CCCCCC. Windows color (decimal): -5052032 or 8448434. OLE color: 8448434.

HSL color Cylindrical-coordinate representation of color #B2E980: hue angle of 91.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2E980 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB178233128-
CMYK0.2400.450.09
HSL91.43º70.47%70.78%-
HSV(B)91.43º45.06%91.37%-
XYZ51.469.331.09-
YUV204.5884.78109.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 233 (91.41% from 255) = 43.23%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=33.02%
G=43.23%
B=23.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782331280.2400.450.0991.4370.4770.78
HexB2E9801802D95b4647
Octal2623512003005511133106107
Binary1011001011101001100000001100001011011001101101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E980; }

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

 H1.HeaderClassName
 {
   color: #B2E980;
 }
 .AnyTagClassName
 {
   color: #B2E980;
 }
</style>
background-color css

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

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

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

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

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

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