#B3DD7D

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

Shades of Feijoa #B3DD7D

Tints of Feijoa #B3DD7D

Color information

#B3DD7D (or 0xB3DD7D) is unknown color: approx Feijoa. HEX triplet: B3, DD and 7D. RGB value is (179,221,125). Sum of RGB (Red+Green+Blue) = 179+221+125=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD7D is #4C2282. Grayscale: #C5C5C5. Windows color (decimal): -4989571 or 8248755. OLE color: 8248755.

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

Color convert

RGB179221125-
CMYK0.1900.430.13
HSL86.25º58.54%67.84%-
HSV(B)86.25º43.44%86.67%-
XYZ48.1562.7828.98-
YUV197.587.09114.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=34.10%
G=42.10%
B=23.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211250.1900.430.1386.2558.5467.84
HexB3DD7D1302BD563b44
Octal263335175230531512673104
Binary10110011110111011111101100110101011110110101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD7D; }

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

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

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

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

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

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

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

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