#B0FC89

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

Shades of Feijoa #B0FC89

Tints of Feijoa #B0FC89

Color information

#B0FC89 (or 0xB0FC89) is unknown color: approx Feijoa. HEX triplet: B0, FC and 89. RGB value is (176,252,137). Sum of RGB (Red+Green+Blue) = 176+252+137=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FC89 is #4F0376. Grayscale: #D8D8D8. Windows color (decimal): -5178231 or 9043120. OLE color: 9043120.

HSL color Cylindrical-coordinate representation of color #B0FC89: hue angle of 99.65º 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 #B0FC89 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB176252137-
CMYK0.3000.460.01
HSL99.65º95.04%76.27%-
HSV(B)99.65º45.63%98.82%-
XYZ57.2380.6636.22-
YUV216.1783.3299.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 137 (53.91% from 255) = 24.25%
R=31.15%
G=44.60%
B=24.25%

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
Decimal1762521370.3000.460.0199.6595.0476.27
HexB0FC891E02E1645f4c
Octal260374211360561144137114
Binary1011000011111100100010011111001011101110010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC89; }

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

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

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

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

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

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

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

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