#B3DB7E

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

Shades of Feijoa #B3DB7E

Tints of Feijoa #B3DB7E

Color information

#B3DB7E (or 0xB3DB7E) is unknown color: approx Feijoa. HEX triplet: B3, DB and 7E. RGB value is (179,219,126). Sum of RGB (Red+Green+Blue) = 179+219+126=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DB7E is #4C2481. Grayscale: #C4C4C4. Windows color (decimal): -4990082 or 8313779. OLE color: 8313779.

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

Color convert

RGB179219126-
CMYK0.1800.420.14
HSL85.81º56.36%67.65%-
HSV(B)85.81º42.47%85.88%-
XYZ47.6961.7529.14-
YUV196.4488.25115.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 219 (85.94% from 255) = 41.79%
BLUE value IS 126 (49.61% from 255) = 24.05%
R=34.16%
G=41.79%
B=24.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792191260.1800.420.1485.8156.3667.65
HexB3DB7E1202AE563844
Octal263333176220521612670104
Binary10110011110110111111110100100101010111010101101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DB7E; }

 p { color: rgb(179,219,126); }

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

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

 a { background-color: rgb(179,219,126); }

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

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

 span { border-color: rgb(179,219,126); }

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