#B0EB80

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

Shades of Feijoa #B0EB80

Tints of Feijoa #B0EB80

Color information

#B0EB80 (or 0xB0EB80) is unknown color: approx Feijoa. HEX triplet: B0, EB and 80. RGB value is (176,235,128). Sum of RGB (Red+Green+Blue) = 176+235+128=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EB80 is #4F147F. Grayscale: #CDCDCD. Windows color (decimal): -5182592 or 8448944. OLE color: 8448944.

HSL color Cylindrical-coordinate representation of color #B0EB80: hue angle of 93.08º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0EB80 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB176235128-
CMYK0.2500.460.08
HSL93.08º72.79%71.18%-
HSV(B)93.08º45.53%92.16%-
XYZ51.5170.2131.26-
YUV205.1684.45107.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=32.65%
G=43.60%
B=23.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351280.2500.460.0893.0872.7971.18
HexB0EB801902E85d4947
Octal2603532003105610135111107
Binary1011000011101011100000001100101011101000101110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EB80; }

 p { color: rgb(176,235,128); }

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

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

 a { background-color: rgb(176,235,128); }

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

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

 span { border-color: rgb(176,235,128); }

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