#B4F18E

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

Shades of Feijoa #B4F18E

Tints of Feijoa #B4F18E

Color information

#B4F18E (or 0xB4F18E) is unknown color: approx Feijoa. HEX triplet: B4, F1 and 8E. RGB value is (180,241,142). Sum of RGB (Red+Green+Blue) = 180+241+142=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F18E is #4B0E71. Grayscale: #D3D3D3. Windows color (decimal): -4918898 or 9367988. OLE color: 9367988.

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

Color convert

RGB180241142-
CMYK0.2500.410.05
HSL96.97º77.95%75.1%-
HSV(B)96.97º41.08%94.51%-
XYZ55.1674.5737.08-
YUV211.4788.79105.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 142 (55.86% from 255) = 25.22%
R=31.97%
G=42.81%
B=25.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802411420.2500.410.0596.9777.9575.1
HexB4F18E190295614e4b
Octal264361216310515141116113
Binary101101001111000110001110110010101001101110000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F18E; }

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

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

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

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

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

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

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

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