#B0FB88

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

Shades of Feijoa #B0FB88

Tints of Feijoa #B0FB88

Color information

#B0FB88 (or 0xB0FB88) is unknown color: approx Feijoa. HEX triplet: B0, FB and 88. RGB value is (176,251,136). Sum of RGB (Red+Green+Blue) = 176+251+136=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FB88 is #4F0477. Grayscale: #D7D7D7. Windows color (decimal): -5178488 or 8977328. OLE color: 8977328.

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

Color convert

RGB176251136-
CMYK0.3000.460.02
HSL99.13º93.5%75.88%-
HSV(B)99.13º45.82%98.43%-
XYZ56.858035.74-
YUV215.4683.1599.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 251 (98.44% from 255) = 44.58%
BLUE value IS 136 (53.52% from 255) = 24.16%
R=31.26%
G=44.58%
B=24.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511360.3000.460.0299.1393.575.88
HexB0FB881E02E2635d4c
Octal260373210360562143135114
Binary10110000111110111000100011110010111010110001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FB88; }

 p { color: rgb(176,251,136); }

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

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

 a { background-color: rgb(176,251,136); }

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

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

 span { border-color: rgb(176,251,136); }

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