#B5E48A

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

Shades of Feijoa #B5E48A

Tints of Feijoa #B5E48A

Color information

#B5E48A (or 0xB5E48A) is unknown color: approx Feijoa. HEX triplet: B5, E4 and 8A. RGB value is (181,228,138). Sum of RGB (Red+Green+Blue) = 181+228+138=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E48A is #4A1B75. Grayscale: #CCCCCC. Windows color (decimal): -4856694 or 9102517. OLE color: 9102517.

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

Color convert

RGB181228138-
CMYK0.2100.390.11
HSL91.33º62.5%71.76%-
HSV(B)91.33º39.47%89.41%-
XYZ51.3967.1534.3-
YUV203.6990.93111.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 228 (89.45% from 255) = 41.68%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=33.09%
G=41.68%
B=25.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1812281380.2100.390.1191.3362.571.76
HexB5E48A15027B5b3e48
Octal265344212250471313376110
Binary101101011110010010001010101010100111101110110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E48A; }

 p { color: rgb(181,228,138); }

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

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

 a { background-color: rgb(181,228,138); }

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

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

 span { border-color: rgb(181,228,138); }

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