#B0FA84

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

Shades of Feijoa #B0FA84

Tints of Feijoa #B0FA84

Color information

#B0FA84 (or 0xB0FA84) is unknown color: approx Feijoa. HEX triplet: B0, FA and 84. RGB value is (176,250,132). Sum of RGB (Red+Green+Blue) = 176+250+132=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FA84 is #4F057B. Grayscale: #D6D6D6. Windows color (decimal): -5178748 or 8714928. OLE color: 8714928.

HSL color Cylindrical-coordinate representation of color #B0FA84: hue angle of 97.63º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0FA84 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB176250132-
CMYK0.3000.470.02
HSL97.63º92.19%74.9%-
HSV(B)97.63º47.2%98.04%-
XYZ56.2579.2734.16-
YUV214.4281.48100.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 250 (98.05% from 255) = 44.80%
BLUE value IS 132 (51.95% from 255) = 23.66%
R=31.54%
G=44.80%
B=23.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501320.3000.470.0297.6392.1974.9
HexB0FA841E02F2625c4b
Octal260372204360572142134113
Binary10110000111110101000010011110010111110110001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA84; }

 p { color: rgb(176,250,132); }

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

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

 a { background-color: rgb(176,250,132); }

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

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

 span { border-color: rgb(176,250,132); }

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