#B0E275

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

Shades of Feijoa #B0E275

Tints of Feijoa #B0E275

Color information

#B0E275 (or 0xB0E275) is unknown color: approx Feijoa. HEX triplet: B0, E2 and 75. RGB value is (176,226,117). Sum of RGB (Red+Green+Blue) = 176+226+117=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E275 is #4F1D8A. Grayscale: #C7C7C7. Windows color (decimal): -5184907 or 7725744. OLE color: 7725744.

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

Color convert

RGB176226117-
CMYK0.2200.480.11
HSL87.52º65.27%67.25%-
HSV(B)87.52º48.23%88.63%-
XYZ48.3164.9126.81-
YUV198.6281.94111.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 226 (88.67% from 255) = 43.55%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=33.91%
G=43.55%
B=22.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762261170.2200.480.1187.5265.2767.25
HexB0E27516030B584143
Octal2603421652606013130101103
Binary101100001110001011101011011001100001011101100010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E275; }

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

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

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

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

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

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

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

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