#B0E480

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

Shades of Feijoa #B0E480

Tints of Feijoa #B0E480

Color information

#B0E480 (or 0xB0E480) is unknown color: approx Feijoa. HEX triplet: B0, E4 and 80. RGB value is (176,228,128). Sum of RGB (Red+Green+Blue) = 176+228+128=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E480 is #4F1B7F. Grayscale: #C9C9C9. Windows color (decimal): -5184384 or 8447152. OLE color: 8447152.

HSL color Cylindrical-coordinate representation of color #B0E480: hue angle of 91.2º 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 #B0E480 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB176228128-
CMYK0.2300.440.11
HSL91.2º64.94%69.8%-
HSV(B)91.2º43.86%89.41%-
XYZ49.5466.2830.6-
YUV201.0586.77110.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 228 (89.45% from 255) = 42.86%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=33.08%
G=42.86%
B=24.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762281280.2300.440.1191.264.9469.8
HexB0E4801702CB5b4146
Octal2603442002705413133101106
Binary1011000011100100100000001011101011001011101101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E480; }

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

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

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

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

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

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

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

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