#B3DC7D

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

Shades of Feijoa #B3DC7D

Tints of Feijoa #B3DC7D

Color information

#B3DC7D (or 0xB3DC7D) is unknown color: approx Feijoa. HEX triplet: B3, DC and 7D. RGB value is (179,220,125). Sum of RGB (Red+Green+Blue) = 179+220+125=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DC7D is #4C2382. Grayscale: #C5C5C5. Windows color (decimal): -4989827 or 8248499. OLE color: 8248499.

HSL color Cylindrical-coordinate representation of color #B3DC7D: hue angle of 85.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3DC7D is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB179220125-
CMYK0.1900.430.14
HSL85.89º57.58%67.65%-
HSV(B)85.89º43.18%86.27%-
XYZ47.8962.2528.89-
YUV196.9187.42115.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 125 (49.22% from 255) = 23.85%
R=34.16%
G=41.98%
B=23.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792201250.1900.430.1485.8957.5867.65
HexB3DC7D1302BE563a44
Octal263334175230531612672104
Binary10110011110111001111101100110101011111010101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DC7D; }

 p { color: rgb(179,220,125); }

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

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

 a { background-color: rgb(179,220,125); }

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

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

 span { border-color: rgb(179,220,125); }

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