#b5ef8e

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

Shades of Feijoa #B5EF8E

Tints of Feijoa #B5EF8E

Color information

#B5EF8E (or 0xB5EF8E) is unknown color: approx Feijoa. HEX triplet: B5, EF and 8E. RGB value is (181,239,142). Sum of RGB (Red+Green+Blue) = 181+239+142=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EF8E is #4A1071. Grayscale: #D2D2D2. Windows color (decimal): -4853874 or 9367477. OLE color: 9367477.

HSL color Cylindrical-coordinate representation of color #B5EF8E: hue angle of 95.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5EF8E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB181239142-
CMYK0.2400.410.06
HSL95.88º75.19%74.71%-
HSV(B)95.88º40.59%93.73%-
XYZ54.8173.5136.89-
YUV210.689.28106.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.21%
GREEN value IS 239 (93.75% from 255) = 42.53%
BLUE value IS 142 (55.86% from 255) = 25.27%
R=32.21%
G=42.53%
B=25.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391420.2400.410.0695.8875.1974.71
HexB5EF8E180296604b4b
Octal265357216300516140113113
Binary101101011110111110001110110000101001110110000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5ef8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5ef8e; }

 p { color: rgb(181,239,142); }

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

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

 a { background-color: rgb(181,239,142); }

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

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

 span { border-color: rgb(181,239,142); }

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