#B0F085

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

Shades of Feijoa #B0F085

Tints of Feijoa #B0F085

Color information

#B0F085 (or 0xB0F085) is unknown color: approx Feijoa. HEX triplet: B0, F0 and 85. RGB value is (176,240,133). Sum of RGB (Red+Green+Blue) = 176+240+133=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F085 is #4F0F7A. Grayscale: #D1D1D1. Windows color (decimal): -5181307 or 8777904. OLE color: 8777904.

HSL color Cylindrical-coordinate representation of color #B0F085: hue angle of 95.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0F085 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB176240133-
CMYK0.2700.450.06
HSL95.89º78.1%73.14%-
HSV(B)95.89º44.58%94.12%-
XYZ53.373.2433.52-
YUV208.6785.3104.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 240 (94.14% from 255) = 43.72%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=32.06%
G=43.72%
B=24.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762401330.2700.450.0695.8978.173.14
HexB0F0851B02D6604e49
Octal260360205330556140116111
Binary101100001111000010000101110110101101110110000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F085; }

 p { color: rgb(176,240,133); }

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

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

 a { background-color: rgb(176,240,133); }

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

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

 span { border-color: rgb(176,240,133); }

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