#B5E08F

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

Shades of Feijoa #B5E08F

Tints of Feijoa #B5E08F

Color information

#B5E08F (or 0xB5E08F) is unknown color: approx Feijoa. HEX triplet: B5, E0 and 8F. RGB value is (181,224,143). Sum of RGB (Red+Green+Blue) = 181+224+143=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E08F is #4A1F70. Grayscale: #CACACA. Windows color (decimal): -4857713 or 9429173. OLE color: 9429173.

HSL color Cylindrical-coordinate representation of color #B5E08F: hue angle of 91.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5E08F is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB181224143-
CMYK0.1900.360.12
HSL91.85º56.64%71.96%-
HSV(B)91.85º36.16%87.84%-
XYZ50.6765.1235.89-
YUV201.9194.75113.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 224 (87.89% from 255) = 40.88%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=33.03%
G=40.88%
B=26.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812241430.1900.360.1291.8556.6471.96
HexB5E08F13024C5c3948
Octal265340217230441413471110
Binary101101011110000010001111100110100100110010111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E08F; }

 p { color: rgb(181,224,143); }

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

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

 a { background-color: rgb(181,224,143); }

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

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

 span { border-color: rgb(181,224,143); }

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