#B4E585

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

Shades of Feijoa #B4E585

Tints of Feijoa #B4E585

Color information

#B4E585 (or 0xB4E585) is unknown color: approx Feijoa. HEX triplet: B4, E5 and 85. RGB value is (180,229,133). Sum of RGB (Red+Green+Blue) = 180+229+133=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E585 is #4B1A7A. Grayscale: #CBCBCB. Windows color (decimal): -4921979 or 8775092. OLE color: 8775092.

HSL color Cylindrical-coordinate representation of color #B4E585: hue angle of 90.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4E585 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB180229133-
CMYK0.2100.420.10
HSL90.62º64.86%70.98%-
HSV(B)90.62º41.92%89.8%-
XYZ51.0867.4432.51-
YUV203.488.27111.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 229 (89.84% from 255) = 42.25%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=33.21%
G=42.25%
B=24.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802291330.2100.420.1090.6264.8670.98
HexB4E5851502AA5b4147
Octal2643452052505212133101107
Binary1011010011100101100001011010101010101010101101110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E585; }

 p { color: rgb(180,229,133); }

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

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

 a { background-color: rgb(180,229,133); }

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

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

 span { border-color: rgb(180,229,133); }

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