#b4e180

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

Shades of Feijoa #B4E180

Tints of Feijoa #B4E180

Color information

#B4E180 (or 0xB4E180) is unknown color: approx Feijoa. HEX triplet: B4, E1 and 80. RGB value is (180,225,128). Sum of RGB (Red+Green+Blue) = 180+225+128=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E180 is #4B1E7F. Grayscale: #C8C8C8. Windows color (decimal): -4923008 or 8446388. OLE color: 8446388.

HSL color Cylindrical-coordinate representation of color #B4E180: hue angle of 87.84º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4E180 is Cyan = 0.2, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB180225128-
CMYK0.200.430.12
HSL87.84º61.78%69.22%-
HSV(B)87.84º43.11%88.24%-
XYZ49.6465.1130.37-
YUV200.4987.09113.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 225 (88.28% from 255) = 42.21%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=33.77%
G=42.21%
B=24.02%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802251280.200.430.1287.8461.7869.22
HexB4E1801402BC583e45
Octal264341200240531413076105
Binary101101001110000110000000101000101011110010110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4e180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4e180; }

 p { color: rgb(180,225,128); }

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

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

 a { background-color: rgb(180,225,128); }

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

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

 span { border-color: rgb(180,225,128); }

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