#B1E480

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

Shades of Feijoa #B1E480

Tints of Feijoa #B1E480

Color information

#B1E480 (or 0xB1E480) is unknown color: approx Feijoa. HEX triplet: B1, E4 and 80. RGB value is (177,228,128). Sum of RGB (Red+Green+Blue) = 177+228+128=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E480 is #4E1B7F. Grayscale: #C9C9C9. Windows color (decimal): -5118848 or 8447153. OLE color: 8447153.

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

Color convert

RGB177228128-
CMYK0.2200.440.11
HSL90.6º64.94%69.8%-
HSV(B)90.6º43.86%89.41%-
XYZ49.7766.3930.61-
YUV201.3586.6110.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 228 (89.45% from 255) = 42.78%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=33.21%
G=42.78%
B=24.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772281280.2200.440.1190.664.9469.8
HexB1E4801602CB5b4146
Octal2613442002605413133101106
Binary1011000111100100100000001011001011001011101101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E480; }

 p { color: rgb(177,228,128); }

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

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

 a { background-color: rgb(177,228,128); }

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

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

 span { border-color: rgb(177,228,128); }

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