#B4F18B

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

Shades of Feijoa #B4F18B

Tints of Feijoa #B4F18B

Color information

#B4F18B (or 0xB4F18B) is unknown color: approx Feijoa. HEX triplet: B4, F1 and 8B. RGB value is (180,241,139). Sum of RGB (Red+Green+Blue) = 180+241+139=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F18B is #4B0E74. Grayscale: #D3D3D3. Windows color (decimal): -4918901 or 9171380. OLE color: 9171380.

HSL color Cylindrical-coordinate representation of color #B4F18B: hue angle of 95.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4F18B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB180241139-
CMYK0.2500.420.05
HSL95.88º78.46%74.51%-
HSV(B)95.88º42.32%94.51%-
XYZ54.9474.4835.91-
YUV211.1387.29105.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 139 (54.69% from 255) = 24.82%
R=32.14%
G=43.04%
B=24.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802411390.2500.420.0595.8878.4674.51
HexB4F18B1902A5604e4b
Octal264361213310525140116113
Binary101101001111000110001011110010101010101110000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F18B; }

 p { color: rgb(180,241,139); }

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

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

 a { background-color: rgb(180,241,139); }

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

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

 span { border-color: rgb(180,241,139); }

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