#b0de8d

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

Shades of Feijoa #B0DE8D

Tints of Feijoa #B0DE8D

Color information

#B0DE8D (or 0xB0DE8D) is unknown color: approx Feijoa. HEX triplet: B0, DE and 8D. RGB value is (176,222,141). Sum of RGB (Red+Green+Blue) = 176+222+141=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DE8D is #4F2172. Grayscale: #C7C7C7. Windows color (decimal): -5185907 or 9297584. OLE color: 9297584.

HSL color Cylindrical-coordinate representation of color #B0DE8D: hue angle of 94.07º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0DE8D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB176222141-
CMYK0.2100.360.13
HSL94.07º55.1%71.18%-
HSV(B)94.07º36.49%87.06%-
XYZ48.8363.434.86-
YUV199.0195.26111.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=32.65%
G=41.19%
B=26.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762221410.2100.360.1394.0755.171.18
HexB0DE8D15024D5e3747
Octal260336215250441513667107
Binary101100001101111010001101101010100100110110111101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0de8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0de8d; }

 p { color: rgb(176,222,141); }

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

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

 a { background-color: rgb(176,222,141); }

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

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

 span { border-color: rgb(176,222,141); }

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