#B0D57F

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

Shades of Feijoa #B0D57F

Tints of Feijoa #B0D57F

Color information

#B0D57F (or 0xB0D57F) is unknown color: approx Feijoa. HEX triplet: B0, D5 and 7F. RGB value is (176,213,127). Sum of RGB (Red+Green+Blue) = 176+213+127=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D57F is #4F2A80. Grayscale: #C0C0C0. Windows color (decimal): -5188225 or 8377776. OLE color: 8377776.

HSL color Cylindrical-coordinate representation of color #B0D57F: hue angle of 85.81º degrees, saturation: 0.51, 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 #B0D57F is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB176213127-
CMYK0.1700.400.16
HSL85.81º50.59%66.67%-
HSV(B)85.81º40.38%83.53%-
XYZ45.5358.3528.94-
YUV192.1391.24116.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 213 (83.59% from 255) = 41.28%
BLUE value IS 127 (50% from 255) = 24.61%
R=34.11%
G=41.28%
B=24.61%

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
Decimal1762131270.1700.400.1685.8150.5966.67
HexB0D57F1102810563343
Octal260325177210502012663103
Binary101100001101010111111111000101010001000010101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D57F; }

 p { color: rgb(176,213,127); }

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

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

 a { background-color: rgb(176,213,127); }

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

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

 span { border-color: rgb(176,213,127); }

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