#B3E285

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

Shades of Feijoa #B3E285

Tints of Feijoa #B3E285

Color information

#B3E285 (or 0xB3E285) is unknown color: approx Feijoa. HEX triplet: B3, E2 and 85. RGB value is (179,226,133). Sum of RGB (Red+Green+Blue) = 179+226+133=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #B3E285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3E285 is #4C1D7A. Grayscale: #C9C9C9. Windows color (decimal): -4988283 or 8774323. OLE color: 8774323.

HSL color Cylindrical-coordinate representation of color #B3E285: hue angle of 90.32º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3E285 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB179226133-
CMYK0.2100.410.11
HSL90.32º61.59%70.39%-
HSV(B)90.32º41.15%88.63%-
XYZ50.0265.6732.23-
YUV201.3489.43112.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 226 (88.67% from 255) = 42.01%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=33.27%
G=42.01%
B=24.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1792261330.2100.410.1190.3261.5970.39
HexB3E28515029B5a3e46
Octal263342205250511313276106
Binary101100111110001010000101101010101001101110110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E285; }

 p { color: rgb(179,226,133); }

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

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

 a { background-color: rgb(179,226,133); }

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

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

 span { border-color: rgb(179,226,133); }

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