#B2E17E

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

Shades of Feijoa #B2E17E

Tints of Feijoa #B2E17E

Color information

#B2E17E (or 0xB2E17E) is unknown color: approx Feijoa. HEX triplet: B2, E1 and 7E. RGB value is (178,225,126). Sum of RGB (Red+Green+Blue) = 178+225+126=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E17E is #4D1E81. Grayscale: #C8C8C8. Windows color (decimal): -5054082 or 8315314. OLE color: 8315314.

HSL color Cylindrical-coordinate representation of color #B2E17E: hue angle of 88.48º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2E17E is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB178225126-
CMYK0.2100.440.12
HSL88.48º62.26%68.82%-
HSV(B)88.48º44%88.24%-
XYZ49.0564.8229.67-
YUV199.6686.43112.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 225 (88.28% from 255) = 42.53%
BLUE value IS 126 (49.61% from 255) = 23.82%
R=33.65%
G=42.53%
B=23.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782251260.2100.440.1288.4862.2668.82
HexB2E17E1502CC583e45
Octal262341176250541413076105
Binary10110010111000011111110101010101100110010110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E17E; }

 p { color: rgb(178,225,126); }

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

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

 a { background-color: rgb(178,225,126); }

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

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

 span { border-color: rgb(178,225,126); }

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