#B3EB85

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

Shades of Feijoa #B3EB85

Tints of Feijoa #B3EB85

Color information

#B3EB85 (or 0xB3EB85) is unknown color: approx Feijoa. HEX triplet: B3, EB and 85. RGB value is (179,235,133). Sum of RGB (Red+Green+Blue) = 179+235+133=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EB85 is #4C147A. Grayscale: #CECECE. Windows color (decimal): -4985979 or 8776627. OLE color: 8776627.

HSL color Cylindrical-coordinate representation of color #B3EB85: hue angle of 92.94º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3EB85 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB179235133-
CMYK0.2400.430.08
HSL92.94º71.83%72.16%-
HSV(B)92.94º43.4%92.16%-
XYZ52.5370.6933.07-
YUV206.6386.45108.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=32.72%
G=42.96%
B=24.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792351330.2400.430.0892.9471.8372.16
HexB3EB851802B85d4848
Octal2633532053005310135110110
Binary1011001111101011100001011100001010111000101110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EB85; }

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

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

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

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

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

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

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

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