#B1D77D

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

Shades of Feijoa #B1D77D

Tints of Feijoa #B1D77D

Color information

#B1D77D (or 0xB1D77D) is unknown color: approx Feijoa. HEX triplet: B1, D7 and 7D. RGB value is (177,215,125). Sum of RGB (Red+Green+Blue) = 177+215+125=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D77D is #4E2882. Grayscale: #C1C1C1. Windows color (decimal): -5122179 or 8247217. OLE color: 8247217.

HSL color Cylindrical-coordinate representation of color #B1D77D: hue angle of 85.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1D77D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB177215125-
CMYK0.1800.420.16
HSL85.33º52.94%66.67%-
HSV(B)85.33º41.86%84.31%-
XYZ46.1359.4328.44-
YUV193.3889.41116.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 215 (84.38% from 255) = 41.59%
BLUE value IS 125 (49.22% from 255) = 24.18%
R=34.24%
G=41.59%
B=24.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772151250.1800.420.1685.3352.9466.67
HexB1D77D1202A10553543
Octal261327175220522012565103
Binary101100011101011111111011001001010101000010101011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D77D; }

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

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

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

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

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

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

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

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