#B3EF8E

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

Shades of Feijoa #B3EF8E

Tints of Feijoa #B3EF8E

Color information

#B3EF8E (or 0xB3EF8E) is unknown color: approx Feijoa. HEX triplet: B3, EF and 8E. RGB value is (179,239,142). Sum of RGB (Red+Green+Blue) = 179+239+142=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EF8E is #4C1071. Grayscale: #D2D2D2. Windows color (decimal): -4984946 or 9367475. OLE color: 9367475.

HSL color Cylindrical-coordinate representation of color #B3EF8E: hue angle of 97.11º 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 #B3EF8E is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB179239142-
CMYK0.2500.410.06
HSL97.11º75.19%74.71%-
HSV(B)97.11º40.59%93.73%-
XYZ54.3473.2736.87-
YUV21089.62105.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 239 (93.75% from 255) = 42.68%
BLUE value IS 142 (55.86% from 255) = 25.36%
R=31.96%
G=42.68%
B=25.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792391420.2500.410.0697.1175.1974.71
HexB3EF8E190296614b4b
Octal263357216310516141113113
Binary101100111110111110001110110010101001110110000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EF8E; }

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

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

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

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

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

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

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

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