#B0F380

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

Shades of Feijoa #B0F380

Tints of Feijoa #B0F380

Color information

#B0F380 (or 0xB0F380) is unknown color: approx Feijoa. HEX triplet: B0, F3 and 80. RGB value is (176,243,128). Sum of RGB (Red+Green+Blue) = 176+243+128=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F380 is #4F0C7F. Grayscale: #D2D2D2. Windows color (decimal): -5180544 or 8450992. OLE color: 8450992.

HSL color Cylindrical-coordinate representation of color #B0F380: hue angle of 94.96º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0F380 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB176243128-
CMYK0.2800.470.05
HSL94.96º82.73%72.75%-
HSV(B)94.96º47.33%95.29%-
XYZ53.8574.8932.04-
YUV209.8681.8103.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 243 (95.31% from 255) = 44.42%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=32.18%
G=44.42%
B=23.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431280.2800.470.0594.9682.7372.75
HexB0F3801C02F55f5349
Octal260363200340575137123111
Binary101100001111001110000000111000101111101101111110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F380; }

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

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

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

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

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

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

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

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