#b1ec85

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

Shades of Feijoa #B1EC85

Tints of Feijoa #B1EC85

Color information

#B1EC85 (or 0xB1EC85) is unknown color: approx Feijoa. HEX triplet: B1, EC and 85. RGB value is (177,236,133). Sum of RGB (Red+Green+Blue) = 177+236+133=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #B1EC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EC85 is #4E137A. Grayscale: #CECECE. Windows color (decimal): -5116795 or 8776881. OLE color: 8776881.

HSL color Cylindrical-coordinate representation of color #B1EC85: hue angle of 94.37º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1EC85 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB177236133-
CMYK0.2500.440.07
HSL94.37º73.05%72.35%-
HSV(B)94.37º43.64%92.55%-
XYZ52.3671.0333.14-
YUV206.6286.45106.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=32.42%
G=43.22%
B=24.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772361330.2500.440.0794.3773.0572.35
HexB1EC851902C75e4948
Octal261354205310547136111110
Binary101100011110110010000101110010101100111101111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1ec85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1ec85; }

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

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

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

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

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

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

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

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