#B5F18E

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

Shades of Feijoa #B5F18E

Tints of Feijoa #B5F18E

Color information

#B5F18E (or 0xB5F18E) is unknown color: approx Feijoa. HEX triplet: B5, F1 and 8E. RGB value is (181,241,142). Sum of RGB (Red+Green+Blue) = 181+241+142=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F18E is #4A0E71. Grayscale: #D4D4D4. Windows color (decimal): -4853362 or 9367989. OLE color: 9367989.

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

Color convert

RGB181241142-
CMYK0.2500.410.05
HSL96.36º77.95%75.1%-
HSV(B)96.36º41.08%94.51%-
XYZ55.3974.6937.09-
YUV211.7788.62106.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.09%
GREEN value IS 241 (94.53% from 255) = 42.73%
BLUE value IS 142 (55.86% from 255) = 25.18%
R=32.09%
G=42.73%
B=25.18%

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
Decimal1812411420.2500.410.0596.3677.9575.1
HexB5F18E190295604e4b
Octal265361216310515140116113
Binary101101011111000110001110110010101001101110000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F18E; }

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

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

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

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

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

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

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

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