#B4D487

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

Shades of Feijoa #B4D487

Tints of Feijoa #B4D487

Color information

#B4D487 (or 0xB4D487) is unknown color: approx Feijoa. HEX triplet: B4, D4 and 87. RGB value is (180,212,135). Sum of RGB (Red+Green+Blue) = 180+212+135=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D487 is #4B2B78. Grayscale: #C1C1C1. Windows color (decimal): -4926329 or 8901812. OLE color: 8901812.

HSL color Cylindrical-coordinate representation of color #B4D487: hue angle of 84.94º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4D487 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB180212135-
CMYK0.1500.360.17
HSL84.94º47.24%68.04%-
HSV(B)84.94º36.32%83.14%-
XYZ46.7458.5431.76-
YUV193.6594.9118.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 135 (53.12% from 255) = 25.62%
R=34.16%
G=40.23%
B=25.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802121350.1500.360.1784.9447.2468.04
HexB4D487F02411552f44
Octal264324207170442112557104
Binary101101001101010010000111111101001001000110101011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D487; }

 p { color: rgb(180,212,135); }

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

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

 a { background-color: rgb(180,212,135); }

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

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

 span { border-color: rgb(180,212,135); }

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