#B3DD95

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

Shades of Feijoa #B3DD95

Tints of Feijoa #B3DD95

Color information

#B3DD95 (or 0xB3DD95) is unknown color: approx Feijoa. HEX triplet: B3, DD and 95. RGB value is (179,221,149). Sum of RGB (Red+Green+Blue) = 179+221+149=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DD95 is #4C226A. Grayscale: #C8C8C8. Windows color (decimal): -4989547 or 9821619. OLE color: 9821619.

HSL color Cylindrical-coordinate representation of color #B3DD95: hue angle of 95º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3DD95 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB179221149-
CMYK0.1900.330.13
HSL95º51.43%72.55%-
HSV(B)95º32.58%86.67%-
XYZ49.8763.4738.06-
YUV200.2399.09112.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 221 (86.72% from 255) = 40.26%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=32.60%
G=40.26%
B=27.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211490.1900.330.139551.4372.55
HexB3DD9513021D5f3349
Octal263335225230411513763111
Binary101100111101110110010101100110100001110110111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD95; }

 p { color: rgb(179,221,149); }

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

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

 a { background-color: rgb(179,221,149); }

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

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

 span { border-color: rgb(179,221,149); }

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