#B0E578

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

Shades of Feijoa #B0E578

Tints of Feijoa #B0E578

Color information

#B0E578 (or 0xB0E578) is unknown color: approx Feijoa. HEX triplet: B0, E5 and 78. RGB value is (176,229,120). Sum of RGB (Red+Green+Blue) = 176+229+120=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E578 is #4F1A87. Grayscale: #C9C9C9. Windows color (decimal): -5184136 or 7923120. OLE color: 7923120.

HSL color Cylindrical-coordinate representation of color #B0E578: hue angle of 89.17º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0E578 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB176229120-
CMYK0.2300.480.10
HSL89.17º67.7%68.43%-
HSV(B)89.17º47.6%89.8%-
XYZ49.3166.6228.03-
YUV200.7382.44110.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 229 (89.84% from 255) = 43.62%
BLUE value IS 120 (47.27% from 255) = 22.86%
R=33.52%
G=43.62%
B=22.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762291200.2300.480.1089.1767.768.43
HexB0E57817030A594444
Octal2603451702706012131104104
Binary101100001110010111110001011101100001010101100110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E578; }

 p { color: rgb(176,229,120); }

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

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

 a { background-color: rgb(176,229,120); }

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

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

 span { border-color: rgb(176,229,120); }

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