#B5EB8D

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

Shades of Feijoa #B5EB8D

Tints of Feijoa #B5EB8D

Color information

#B5EB8D (or 0xB5EB8D) is unknown color: approx Feijoa. HEX triplet: B5, EB and 8D. RGB value is (181,235,141). Sum of RGB (Red+Green+Blue) = 181+235+141=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EB8D is #4A1472. Grayscale: #D0D0D0. Windows color (decimal): -4854899 or 9300917. OLE color: 9300917.

HSL color Cylindrical-coordinate representation of color #B5EB8D: hue angle of 94.47º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5EB8D is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB181235141-
CMYK0.2300.40.08
HSL94.47º70.15%73.73%-
HSV(B)94.47º40%92.16%-
XYZ53.5771.1636.11-
YUV208.1490.11108.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=32.50%
G=42.19%
B=25.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812351410.2300.40.0894.4770.1573.73
HexB5EB8D1702885e464a
Octal2653532152705010136106112
Binary1011010111101011100011011011101010001000101111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EB8D; }

 p { color: rgb(181,235,141); }

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

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

 a { background-color: rgb(181,235,141); }

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

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

 span { border-color: rgb(181,235,141); }

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