#B3D780

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

Shades of Feijoa #B3D780

Tints of Feijoa #B3D780

Color information

#B3D780 (or 0xB3D780) is unknown color: approx Feijoa. HEX triplet: B3, D7 and 80. RGB value is (179,215,128). Sum of RGB (Red+Green+Blue) = 179+215+128=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D780 is #4C287F. Grayscale: #C2C2C2. Windows color (decimal): -4991104 or 8443827. OLE color: 8443827.

HSL color Cylindrical-coordinate representation of color #B3D780: hue angle of 84.83º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3D780 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB179215128-
CMYK0.1700.400.16
HSL84.83º52.1%67.25%-
HSV(B)84.83º40.47%84.31%-
XYZ46.7959.7429.49-
YUV194.3290.57117.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 215 (84.38% from 255) = 41.19%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=34.29%
G=41.19%
B=24.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792151280.1700.400.1684.8352.167.25
HexB3D7801102810553443
Octal263327200210502012564103
Binary1011001111010111100000001000101010001000010101011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D780; }

 p { color: rgb(179,215,128); }

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

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

 a { background-color: rgb(179,215,128); }

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

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

 span { border-color: rgb(179,215,128); }

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