#B0EF8E

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

Shades of Feijoa #B0EF8E

Tints of Feijoa #B0EF8E

Color information

#B0EF8E (or 0xB0EF8E) is unknown color: approx Feijoa. HEX triplet: B0, EF and 8E. RGB value is (176,239,142). Sum of RGB (Red+Green+Blue) = 176+239+142=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EF8E is #4F1071. Grayscale: #D1D1D1. Windows color (decimal): -5181554 or 9367472. OLE color: 9367472.

HSL color Cylindrical-coordinate representation of color #B0EF8E: hue angle of 98.97º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0EF8E is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB176239142-
CMYK0.2600.410.06
HSL98.97º75.19%74.71%-
HSV(B)98.97º40.59%93.73%-
XYZ53.6572.9236.84-
YUV209.190.13104.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 142 (55.86% from 255) = 25.49%
R=31.60%
G=42.91%
B=25.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762391420.2600.410.0698.9775.1974.71
HexB0EF8E1A0296634b4b
Octal260357216320516143113113
Binary101100001110111110001110110100101001110110001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EF8E; }

 p { color: rgb(176,239,142); }

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

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

 a { background-color: rgb(176,239,142); }

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

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

 span { border-color: rgb(176,239,142); }

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