#B1DE75

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

Shades of Feijoa #B1DE75

Tints of Feijoa #B1DE75

Color information

#B1DE75 (or 0xB1DE75) is unknown color: approx Feijoa. HEX triplet: B1, DE and 75. RGB value is (177,222,117). Sum of RGB (Red+Green+Blue) = 177+222+117=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE75 is #4E218A. Grayscale: #C4C4C4. Windows color (decimal): -5120395 or 7724721. OLE color: 7724721.

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

Color convert

RGB177222117-
CMYK0.2000.470.13
HSL85.71º61.4%66.47%-
HSV(B)85.71º47.3%87.06%-
XYZ47.4662.8726.46-
YUV196.5883.09114.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=34.30%
G=43.02%
B=22.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772221170.2000.470.1385.7161.466.47
HexB1DE751402FD563d42
Octal261336165240571512675102
Binary10110001110111101110101101000101111110110101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DE75; }

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

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

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

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

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

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

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

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