#B5EC8A

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

Shades of Feijoa #B5EC8A

Tints of Feijoa #B5EC8A

Color information

#B5EC8A (or 0xB5EC8A) is unknown color: approx Feijoa. HEX triplet: B5, EC and 8A. RGB value is (181,236,138). Sum of RGB (Red+Green+Blue) = 181+236+138=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EC8A is #4A1375. Grayscale: #D0D0D0. Windows color (decimal): -4854646 or 9104565. OLE color: 9104565.

HSL color Cylindrical-coordinate representation of color #B5EC8A: hue angle of 93.67º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5EC8A is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB181236138-
CMYK0.2300.420.07
HSL93.67º72.06%73.33%-
HSV(B)93.67º41.53%92.55%-
XYZ53.6471.6535.05-
YUV208.3888.28108.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 236 (92.58% from 255) = 42.52%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=32.61%
G=42.52%
B=24.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812361380.2300.420.0793.6772.0673.33
HexB5EC8A1702A75e4849
Octal265354212270527136110111
Binary101101011110110010001010101110101010111101111010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EC8A; }

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

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

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

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

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

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

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

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