#B0E58F

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

Shades of Feijoa #B0E58F

Tints of Feijoa #B0E58F

Color information

#B0E58F (or 0xB0E58F) is unknown color: approx Feijoa. HEX triplet: B0, E5 and 8F. RGB value is (176,229,143). Sum of RGB (Red+Green+Blue) = 176+229+143=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E58F is #4F1A70. Grayscale: #CBCBCB. Windows color (decimal): -5184113 or 9430448. OLE color: 9430448.

HSL color Cylindrical-coordinate representation of color #B0E58F: hue angle of 96.98º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0E58F is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB176229143-
CMYK0.2300.380.10
HSL96.98º62.32%72.94%-
HSV(B)96.98º37.55%89.8%-
XYZ50.8867.2536.29-
YUV203.3593.94108.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 229 (89.84% from 255) = 41.79%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=32.12%
G=41.79%
B=26.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762291430.2300.380.1096.9862.3272.94
HexB0E58F17026A613e49
Octal260345217270461214176111
Binary101100001110010110001111101110100110101011000011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E58F; }

 p { color: rgb(176,229,143); }

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

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

 a { background-color: rgb(176,229,143); }

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

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

 span { border-color: rgb(176,229,143); }

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