#B3E48E

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

Shades of Feijoa #B3E48E

Tints of Feijoa #B3E48E

Color information

#B3E48E (or 0xB3E48E) is unknown color: approx Feijoa. HEX triplet: B3, E4 and 8E. RGB value is (179,228,142). Sum of RGB (Red+Green+Blue) = 179+228+142=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3E48E is #4C1B71. Grayscale: #CBCBCB. Windows color (decimal): -4987762 or 9364659. OLE color: 9364659.

HSL color Cylindrical-coordinate representation of color #B3E48E: hue angle of 94.19º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3E48E is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB179228142-
CMYK0.2100.380.11
HSL94.19º61.43%72.55%-
HSV(B)94.19º37.72%89.41%-
XYZ51.2267.0235.83-
YUV203.5493.27110.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 228 (89.45% from 255) = 41.53%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=32.60%
G=41.53%
B=25.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1792281420.2100.380.1194.1961.4372.55
HexB3E48E15026B5e3d49
Octal263344216250461313675111
Binary101100111110010010001110101010100110101110111101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E48E; }

 p { color: rgb(179,228,142); }

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

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

 a { background-color: rgb(179,228,142); }

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

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

 span { border-color: rgb(179,228,142); }

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