#B2E081

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

Shades of Feijoa #B2E081

Tints of Feijoa #B2E081

Color information

#B2E081 (or 0xB2E081) is unknown color: approx Feijoa. HEX triplet: B2, E0 and 81. RGB value is (178,224,129). Sum of RGB (Red+Green+Blue) = 178+224+129=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E081 is #4D1F7E. Grayscale: #C7C7C7. Windows color (decimal): -5054335 or 8511666. OLE color: 8511666.

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

Color convert

RGB178224129-
CMYK0.2100.420.12
HSL89.05º60.51%69.22%-
HSV(B)89.05º42.41%87.84%-
XYZ48.9864.3630.61-
YUV199.4288.26112.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 224 (87.89% from 255) = 42.18%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=33.52%
G=42.18%
B=24.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782241290.2100.420.1289.0560.5169.22
HexB2E0811502AC593d45
Octal262340201250521413175105
Binary101100101110000010000001101010101010110010110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E081; }

 p { color: rgb(178,224,129); }

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

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

 a { background-color: rgb(178,224,129); }

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

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

 span { border-color: rgb(178,224,129); }

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