#B2EC82

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

Shades of Feijoa #B2EC82

Tints of Feijoa #B2EC82

Color information

#B2EC82 (or 0xB2EC82) is unknown color: approx Feijoa. HEX triplet: B2, EC and 82. RGB value is (178,236,130). Sum of RGB (Red+Green+Blue) = 178+236+130=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC82 is #4D137D. Grayscale: #CECECE. Windows color (decimal): -5051262 or 8580274. OLE color: 8580274.

HSL color Cylindrical-coordinate representation of color #B2EC82: hue angle of 92.83º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2EC82 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB178236130-
CMYK0.2500.450.07
HSL92.83º73.61%71.76%-
HSV(B)92.83º44.92%92.55%-
XYZ52.3871.0732.08-
YUV206.5784.78107.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 130 (51.17% from 255) = 23.90%
R=32.72%
G=43.38%
B=23.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782361300.2500.450.0792.8373.6171.76
HexB2EC821902D75d4a48
Octal262354202310557135112110
Binary101100101110110010000010110010101101111101110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EC82; }

 p { color: rgb(178,236,130); }

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

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

 a { background-color: rgb(178,236,130); }

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

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

 span { border-color: rgb(178,236,130); }

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