#B0E58E

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

Shades of Feijoa #B0E58E

Tints of Feijoa #B0E58E

Color information

#B0E58E (or 0xB0E58E) is unknown color: approx Feijoa. HEX triplet: B0, E5 and 8E. RGB value is (176,229,142). Sum of RGB (Red+Green+Blue) = 176+229+142=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E58E is #4F1A71. Grayscale: #CBCBCB. Windows color (decimal): -5184114 or 9364912. OLE color: 9364912.

HSL color Cylindrical-coordinate representation of color #B0E58E: hue angle of 96.55º degrees, saturation: 0.63, 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 #B0E58E is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB176229142-
CMYK0.2300.380.10
HSL96.55º62.59%72.75%-
HSV(B)96.55º37.99%89.8%-
XYZ50.8167.2235.89-
YUV203.2493.44108.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 229 (89.84% from 255) = 41.86%
BLUE value IS 142 (55.86% from 255) = 25.96%
R=32.18%
G=41.86%
B=25.96%

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
Decimal1762291420.2300.380.1096.5562.5972.75
HexB0E58E17026A613f49
Octal260345216270461214177111
Binary101100001110010110001110101110100110101011000011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E58E; }

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

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

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

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

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

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

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

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