#B2E08D

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

Shades of Feijoa #B2E08D

Tints of Feijoa #B2E08D

Color information

#B2E08D (or 0xB2E08D) is unknown color: approx Feijoa. HEX triplet: B2, E0 and 8D. RGB value is (178,224,141). Sum of RGB (Red+Green+Blue) = 178+224+141=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E08D is #4D1F72. Grayscale: #C9C9C9. Windows color (decimal): -5054323 or 9298098. OLE color: 9298098.

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

Color convert

RGB178224141-
CMYK0.2100.370.12
HSL93.25º57.24%71.57%-
HSV(B)93.25º37.05%87.84%-
XYZ49.8264.735.06-
YUV200.7894.26111.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 141 (55.47% from 255) = 25.97%
R=32.78%
G=41.25%
B=25.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782241410.2100.370.1293.2557.2471.57
HexB2E08D15025C5d3948
Octal262340215250451413571110
Binary101100101110000010001101101010100101110010111011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E08D; }

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

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

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

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

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

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

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

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