#B4EF8F

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

Shades of Feijoa #B4EF8F

Tints of Feijoa #B4EF8F

Color information

#B4EF8F (or 0xB4EF8F) is unknown color: approx Feijoa. HEX triplet: B4, EF and 8F. RGB value is (180,239,143). Sum of RGB (Red+Green+Blue) = 180+239+143=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EF8F is #4B1070. Grayscale: #D2D2D2. Windows color (decimal): -4919409 or 9433012. OLE color: 9433012.

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

Color convert

RGB180239143-
CMYK0.2500.400.06
HSL96.88º75%74.9%-
HSV(B)96.88º40.17%93.73%-
XYZ54.6573.4237.28-
YUV210.4189.95106.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 239 (93.75% from 255) = 42.53%
BLUE value IS 143 (56.25% from 255) = 25.44%
R=32.03%
G=42.53%
B=25.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802391430.2500.400.0696.887574.9
HexB4EF8F190286614b4b
Octal264357217310506141113113
Binary101101001110111110001111110010101000110110000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EF8F; }

 p { color: rgb(180,239,143); }

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

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

 a { background-color: rgb(180,239,143); }

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

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

 span { border-color: rgb(180,239,143); }

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