#B0E97D

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

Shades of Feijoa #B0E97D

Tints of Feijoa #B0E97D

Color information

#B0E97D (or 0xB0E97D) is unknown color: approx Feijoa. HEX triplet: B0, E9 and 7D. RGB value is (176,233,125). Sum of RGB (Red+Green+Blue) = 176+233+125=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E97D is #4F1682. Grayscale: #CCCCCC. Windows color (decimal): -5183107 or 8251824. OLE color: 8251824.

HSL color Cylindrical-coordinate representation of color #B0E97D: hue angle of 91.67º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0E97D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB176233125-
CMYK0.2400.460.09
HSL91.67º71.05%70.2%-
HSV(B)91.67º46.35%91.37%-
XYZ50.7568.9930.04-
YUV203.6483.62108.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 233 (91.41% from 255) = 43.63%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=32.96%
G=43.63%
B=23.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762331250.2400.460.0991.6771.0570.2
HexB0E97D1802E95c4746
Octal2603511753005611134107106
Binary101100001110100111111011100001011101001101110010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E97D; }

 p { color: rgb(176,233,125); }

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

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

 a { background-color: rgb(176,233,125); }

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

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

 span { border-color: rgb(176,233,125); }

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