#B1DE85

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

Shades of Feijoa #B1DE85

Tints of Feijoa #B1DE85

Color information

#B1DE85 (or 0xB1DE85) is unknown color: approx Feijoa. HEX triplet: B1, DE and 85. RGB value is (177,222,133). Sum of RGB (Red+Green+Blue) = 177+222+133=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DE85 is #4E217A. Grayscale: #C6C6C6. Windows color (decimal): -5120379 or 8773297. OLE color: 8773297.

HSL color Cylindrical-coordinate representation of color #B1DE85: hue angle of 90.34º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1DE85 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB177222133-
CMYK0.2000.400.13
HSL90.34º57.42%69.61%-
HSV(B)90.34º40.09%87.06%-
XYZ48.4963.2831.85-
YUV198.491.09112.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 133 (52.34% from 255) = 25%
R=33.27%
G=41.73%
B=25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772221330.2000.400.1390.3457.4269.61
HexB1DE8514028D5a3946
Octal261336205240501513271106
Binary101100011101111010000101101000101000110110110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DE85; }

 p { color: rgb(177,222,133); }

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

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

 a { background-color: rgb(177,222,133); }

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

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

 span { border-color: rgb(177,222,133); }

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