#B1DF7D

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

Shades of Feijoa #B1DF7D

Tints of Feijoa #B1DF7D

Color information

#B1DF7D (or 0xB1DF7D) is unknown color: approx Feijoa. HEX triplet: B1, DF and 7D. RGB value is (177,223,125). Sum of RGB (Red+Green+Blue) = 177+223+125=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DF7D is #4E2082. Grayscale: #C6C6C6. Windows color (decimal): -5120131 or 8249265. OLE color: 8249265.

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

Color convert

RGB177223125-
CMYK0.2100.440.13
HSL88.16º60.49%68.24%-
HSV(B)88.16º43.95%87.45%-
XYZ48.2263.629.14-
YUV198.0786.76112.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=33.71%
G=42.48%
B=23.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231250.2100.440.1388.1660.4968.24
HexB1DF7D1502CD583c44
Octal261337175250541513074104
Binary10110001110111111111101101010101100110110110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DF7D; }

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

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

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

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

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

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

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

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