#B3DD7B

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

Shades of Feijoa #B3DD7B

Tints of Feijoa #B3DD7B

Color information

#B3DD7B (or 0xB3DD7B) is unknown color: approx Feijoa. HEX triplet: B3, DD and 7B. RGB value is (179,221,123). Sum of RGB (Red+Green+Blue) = 179+221+123=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD7B is #4C2284. Grayscale: #C5C5C5. Windows color (decimal): -4989573 or 8117683. OLE color: 8117683.

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

Color convert

RGB179221123-
CMYK0.1900.440.13
HSL85.71º59.04%67.45%-
HSV(B)85.71º44.34%86.67%-
XYZ48.0262.7328.32-
YUV197.2786.09114.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 123 (48.44% from 255) = 23.52%
R=34.23%
G=42.26%
B=23.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211230.1900.440.1385.7159.0467.45
HexB3DD7B1302CD563b43
Octal263335173230541512673103
Binary10110011110111011111011100110101100110110101101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD7B; }

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

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

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

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

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

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

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

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