#B5DC87

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

Shades of Feijoa #B5DC87

Tints of Feijoa #B5DC87

Color information

#B5DC87 (or 0xB5DC87) is unknown color: approx Feijoa. HEX triplet: B5, DC and 87. RGB value is (181,220,135). Sum of RGB (Red+Green+Blue) = 181+220+135=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC87 is #4A2378. Grayscale: #C6C6C6. Windows color (decimal): -4858745 or 8903861. OLE color: 8903861.

HSL color Cylindrical-coordinate representation of color #B5DC87: hue angle of 87.53º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5DC87 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB181220135-
CMYK0.1800.390.14
HSL87.53º54.84%69.61%-
HSV(B)87.53º38.64%86.27%-
XYZ49.0262.7632.45-
YUV198.6592.08115.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.77%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 135 (53.12% from 255) = 25.19%
R=33.77%
G=41.04%
B=25.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201350.1800.390.1487.5354.8469.61
HexB5DC8712027E583746
Octal265334207220471613067106
Binary101101011101110010000111100100100111111010110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC87; }

 p { color: rgb(181,220,135); }

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

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

 a { background-color: rgb(181,220,135); }

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

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

 span { border-color: rgb(181,220,135); }

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