#B0FC87

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

Shades of Feijoa #B0FC87

Tints of Feijoa #B0FC87

Color information

#B0FC87 (or 0xB0FC87) is unknown color: approx Feijoa. HEX triplet: B0, FC and 87. RGB value is (176,252,135). Sum of RGB (Red+Green+Blue) = 176+252+135=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 135 (53.12% from 255 or 23.98% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FC87 is #4F0378. Grayscale: #D8D8D8. Windows color (decimal): -5178233 or 8912048. OLE color: 8912048.

HSL color Cylindrical-coordinate representation of color #B0FC87: hue angle of 98.97º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0FC87 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB176252135-
CMYK0.3000.460.01
HSL98.97º95.12%75.88%-
HSV(B)98.97º46.43%98.82%-
XYZ57.0980.635.47-
YUV215.9482.3299.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 135 (53.12% from 255) = 23.98%
R=31.26%
G=44.76%
B=23.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521350.3000.460.0198.9795.1275.88
HexB0FC871E02E1635f4c
Octal260374207360561143137114
Binary1011000011111100100001111111001011101110001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC87; }

 p { color: rgb(176,252,135); }

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

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

 a { background-color: rgb(176,252,135); }

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

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

 span { border-color: rgb(176,252,135); }

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