#b5e08d

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

Shades of Feijoa #B5E08D

Tints of Feijoa #B5E08D

Color information

#B5E08D (or 0xB5E08D) is unknown color: approx Feijoa. HEX triplet: B5, E0 and 8D. RGB value is (181,224,141). Sum of RGB (Red+Green+Blue) = 181+224+141=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E08D is #4A1F72. Grayscale: #C9C9C9. Windows color (decimal): -4857715 or 9298101. OLE color: 9298101.

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

Color convert

RGB181224141-
CMYK0.1900.370.12
HSL91.08º57.24%71.57%-
HSV(B)91.08º37.05%87.84%-
XYZ50.5265.0635.09-
YUV201.6893.75113.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 224 (87.89% from 255) = 41.03%
BLUE value IS 141 (55.47% from 255) = 25.82%
R=33.15%
G=41.03%
B=25.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812241410.1900.370.1291.0857.2471.57
HexB5E08D13025C5b3948
Octal265340215230451413371110
Binary101101011110000010001101100110100101110010110111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5e08d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5e08d; }

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

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

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

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

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

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

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

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