#B1DD72

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

Shades of Feijoa #B1DD72

Tints of Feijoa #B1DD72

Color information

#B1DD72 (or 0xB1DD72) is unknown color: approx Feijoa. HEX triplet: B1, DD and 72. RGB value is (177,221,114). Sum of RGB (Red+Green+Blue) = 177+221+114=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD72 is #4E228D. Grayscale: #C4C4C4. Windows color (decimal): -5120654 or 7527857. OLE color: 7527857.

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

Color convert

RGB177221114-
CMYK0.2000.480.13
HSL84.67º61.14%65.69%-
HSV(B)84.67º48.42%86.67%-
XYZ47.0362.2725.46-
YUV195.6581.92114.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 114 (44.92% from 255) = 22.27%
R=34.57%
G=43.16%
B=22.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772211140.2000.480.1384.6761.1465.69
HexB1DD7214030D553d42
Octal261335162240601512575102
Binary10110001110111011110010101000110000110110101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD72; }

 p { color: rgb(177,221,114); }

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

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

 a { background-color: rgb(177,221,114); }

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

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

 span { border-color: rgb(177,221,114); }

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