#B4D87F

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

Shades of Feijoa #B4D87F

Tints of Feijoa #B4D87F

Color information

#B4D87F (or 0xB4D87F) is unknown color: approx Feijoa. HEX triplet: B4, D8 and 7F. RGB value is (180,216,127). Sum of RGB (Red+Green+Blue) = 180+216+127=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D87F is #4B2780. Grayscale: #C3C3C3. Windows color (decimal): -4925313 or 8378548. OLE color: 8378548.

HSL color Cylindrical-coordinate representation of color #B4D87F: hue angle of 84.27º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4D87F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB180216127-
CMYK0.1700.410.15
HSL84.27º53.29%67.25%-
HSV(B)84.27º41.2%84.71%-
XYZ47.2160.3529.24-
YUV195.0989.57117.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 127 (50% from 255) = 24.28%
R=34.42%
G=41.30%
B=24.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802161270.1700.410.1584.2753.2967.25
HexB4D87F11029F543543
Octal264330177210511712465103
Binary10110100110110001111111100010101001111110101001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D87F; }

 p { color: rgb(180,216,127); }

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

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

 a { background-color: rgb(180,216,127); }

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

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

 span { border-color: rgb(180,216,127); }

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