#B1DF90

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

Shades of Feijoa #B1DF90

Tints of Feijoa #B1DF90

Color information

#B1DF90 (or 0xB1DF90) is unknown color: approx Feijoa. HEX triplet: B1, DF and 90. RGB value is (177,223,144). Sum of RGB (Red+Green+Blue) = 177+223+144=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DF90 is #4E206F. Grayscale: #C8C8C8. Windows color (decimal): -5120112 or 9494449. OLE color: 9494449.

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

Color convert

RGB177223144-
CMYK0.2100.350.13
HSL94.94º55.24%71.96%-
HSV(B)94.94º35.43%87.45%-
XYZ49.5564.1436.15-
YUV200.2496.26111.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 144 (56.64% from 255) = 26.47%
R=32.54%
G=40.99%
B=26.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231440.2100.350.1394.9455.2471.96
HexB1DF9015023D5f3748
Octal261337220250431513767110
Binary101100011101111110010000101010100011110110111111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DF90; }

 p { color: rgb(177,223,144); }

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

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

 a { background-color: rgb(177,223,144); }

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

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

 span { border-color: rgb(177,223,144); }

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