#B2E488

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

Shades of Feijoa #B2E488

Tints of Feijoa #B2E488

Color information

#B2E488 (or 0xB2E488) is unknown color: approx Feijoa. HEX triplet: B2, E4 and 88. RGB value is (178,228,136). Sum of RGB (Red+Green+Blue) = 178+228+136=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E488 is #4D1B77. Grayscale: #CACACA. Windows color (decimal): -5053304 or 8971442. OLE color: 8971442.

HSL color Cylindrical-coordinate representation of color #B2E488: hue angle of 92.61º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2E488 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB178228136-
CMYK0.2200.400.11
HSL92.61º63.01%71.37%-
HSV(B)92.61º40.35%89.41%-
XYZ50.5566.7333.51-
YUV202.5690.44110.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 228 (89.45% from 255) = 42.07%
BLUE value IS 136 (53.52% from 255) = 25.09%
R=32.84%
G=42.07%
B=25.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782281360.2200.400.1192.6163.0171.37
HexB2E48816028B5d3f47
Octal262344210260501313577107
Binary101100101110010010001000101100101000101110111011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E488; }

 p { color: rgb(178,228,136); }

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

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

 a { background-color: rgb(178,228,136); }

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

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

 span { border-color: rgb(178,228,136); }

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