#B0E475

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

Shades of Feijoa #B0E475

Tints of Feijoa #B0E475

Color information

#B0E475 (or 0xB0E475) is unknown color: approx Feijoa. HEX triplet: B0, E4 and 75. RGB value is (176,228,117). Sum of RGB (Red+Green+Blue) = 176+228+117=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E475 is #4F1B8A. Grayscale: #C8C8C8. Windows color (decimal): -5184395 or 7726256. OLE color: 7726256.

HSL color Cylindrical-coordinate representation of color #B0E475: hue angle of 88.11º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0E475 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB176228117-
CMYK0.2300.490.11
HSL88.11º67.27%67.65%-
HSV(B)88.11º48.68%89.41%-
XYZ48.866626.99-
YUV199.881.27111.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 228 (89.45% from 255) = 43.76%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=33.78%
G=43.76%
B=22.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762281170.2300.490.1188.1167.2767.65
HexB0E47517031B584344
Octal2603441652706113130103104
Binary101100001110010011101011011101100011011101100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E475; }

 p { color: rgb(176,228,117); }

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

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

 a { background-color: rgb(176,228,117); }

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

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

 span { border-color: rgb(176,228,117); }

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