#B3D77F

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

Shades of Feijoa #B3D77F

Tints of Feijoa #B3D77F

Color information

#B3D77F (or 0xB3D77F) is unknown color: approx Feijoa. HEX triplet: B3, D7 and 7F. RGB value is (179,215,127). Sum of RGB (Red+Green+Blue) = 179+215+127=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D77F is #4C2880. Grayscale: #C2C2C2. Windows color (decimal): -4991105 or 8378291. OLE color: 8378291.

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

Color convert

RGB179215127-
CMYK0.1700.410.16
HSL84.55º52.38%67.06%-
HSV(B)84.55º40.93%84.31%-
XYZ46.7259.7229.14-
YUV194.290.07117.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 127 (50% from 255) = 24.38%
R=34.36%
G=41.27%
B=24.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792151270.1700.410.1684.5552.3867.06
HexB3D77F1102910553443
Octal263327177210512012564103
Binary101100111101011111111111000101010011000010101011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D77F; }

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

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

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

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

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

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

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

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