#B1DF7A

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

Shades of Feijoa #B1DF7A

Tints of Feijoa #B1DF7A

Color information

#B1DF7A (or 0xB1DF7A) is unknown color: approx Feijoa. HEX triplet: B1, DF and 7A. RGB value is (177,223,122). Sum of RGB (Red+Green+Blue) = 177+223+122=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DF7A is #4E2085. Grayscale: #C6C6C6. Windows color (decimal): -5120134 or 8052657. OLE color: 8052657.

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

Color convert

RGB177223122-
CMYK0.2100.450.13
HSL87.33º61.21%67.65%-
HSV(B)87.33º45.29%87.45%-
XYZ48.0363.5328.14-
YUV197.7385.26113.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 122 (48.05% from 255) = 23.37%
R=33.91%
G=42.72%
B=23.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231220.2100.450.1387.3361.2167.65
HexB1DF7A1502DD573d44
Octal261337172250551512775104
Binary10110001110111111111010101010101101110110101111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DF7A; }

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

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

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

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

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

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

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

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