#B2DD7C

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

Shades of Feijoa #B2DD7C

Tints of Feijoa #B2DD7C

Color information

#B2DD7C (or 0xB2DD7C) is unknown color: approx Feijoa. HEX triplet: B2, DD and 7C. RGB value is (178,221,124). Sum of RGB (Red+Green+Blue) = 178+221+124=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD7C is #4D2283. Grayscale: #C5C5C5. Windows color (decimal): -5055108 or 8183218. OLE color: 8183218.

HSL color Cylindrical-coordinate representation of color #B2DD7C: hue angle of 86.6º degrees, saturation: 0.59, 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 #B2DD7C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB178221124-
CMYK0.1900.440.13
HSL86.6º58.79%67.65%-
HSV(B)86.6º43.89%86.67%-
XYZ47.8562.6328.64-
YUV197.0886.75114.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 124 (48.83% from 255) = 23.71%
R=34.03%
G=42.26%
B=23.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782211240.1900.440.1386.658.7967.65
HexB2DD7C1302CD573b44
Octal262335174230541512773104
Binary10110010110111011111100100110101100110110101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DD7C; }

 p { color: rgb(178,221,124); }

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

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

 a { background-color: rgb(178,221,124); }

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

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

 span { border-color: rgb(178,221,124); }

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