#B5E488

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

Shades of Feijoa #B5E488

Tints of Feijoa #B5E488

Color information

#B5E488 (or 0xB5E488) is unknown color: approx Feijoa. HEX triplet: B5, E4 and 88. RGB value is (181,228,136). Sum of RGB (Red+Green+Blue) = 181+228+136=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E488 is #4A1B77. Grayscale: #CBCBCB. Windows color (decimal): -4856696 or 8971445. OLE color: 8971445.

HSL color Cylindrical-coordinate representation of color #B5E488: hue angle of 90.65º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5E488 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB181228136-
CMYK0.2100.400.11
HSL90.65º63.01%71.37%-
HSV(B)90.65º40.35%89.41%-
XYZ51.2467.0933.54-
YUV203.4689.93111.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=33.21%
G=41.83%
B=24.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1812281360.2100.400.1190.6563.0171.37
HexB5E48815028B5b3f47
Octal265344210250501313377107
Binary101101011110010010001000101010101000101110110111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E488; }

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

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

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

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

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

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

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

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