#B3DD85

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

Shades of Feijoa #B3DD85

Tints of Feijoa #B3DD85

Color information

#B3DD85 (or 0xB3DD85) is unknown color: approx Feijoa. HEX triplet: B3, DD and 85. RGB value is (179,221,133). Sum of RGB (Red+Green+Blue) = 179+221+133=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DD85 is #4C227A. Grayscale: #C6C6C6. Windows color (decimal): -4989563 or 8773043. OLE color: 8773043.

HSL color Cylindrical-coordinate representation of color #B3DD85: hue angle of 88.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3DD85 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB179221133-
CMYK0.1900.400.13
HSL88.64º56.41%69.41%-
HSV(B)88.64º39.82%86.67%-
XYZ48.6862.9931.78-
YUV198.4191.09114.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=33.58%
G=41.46%
B=24.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211330.1900.400.1388.6456.4169.41
HexB3DD8513028D593845
Octal263335205230501513170105
Binary101100111101110110000101100110101000110110110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD85; }

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

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

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

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

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

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

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

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