#B3F086

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

Shades of Feijoa #B3F086

Tints of Feijoa #B3F086

Color information

#B3F086 (or 0xB3F086) is unknown color: approx Feijoa. HEX triplet: B3, F0 and 86. RGB value is (179,240,134). Sum of RGB (Red+Green+Blue) = 179+240+134=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F086 is #4C0F79. Grayscale: #D2D2D2. Windows color (decimal): -4984698 or 8843443. OLE color: 8843443.

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

Color convert

RGB179240134-
CMYK0.2500.440.06
HSL94.53º77.94%73.33%-
HSV(B)94.53º44.17%94.12%-
XYZ54.0573.6333.92-
YUV209.6885.29106.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=32.37%
G=43.40%
B=24.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792401340.2500.440.0694.5377.9473.33
HexB3F0861902C65f4e49
Octal263360206310546137116111
Binary101100111111000010000110110010101100110101111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F086; }

 p { color: rgb(179,240,134); }

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

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

 a { background-color: rgb(179,240,134); }

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

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

 span { border-color: rgb(179,240,134); }

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