#B5EF8D

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

Shades of Feijoa #B5EF8D

Tints of Feijoa #B5EF8D

Color information

#B5EF8D (or 0xB5EF8D) is unknown color: approx Feijoa. HEX triplet: B5, EF and 8D. RGB value is (181,239,141). Sum of RGB (Red+Green+Blue) = 181+239+141=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EF8D is #4A1072. Grayscale: #D2D2D2. Windows color (decimal): -4853875 or 9301941. OLE color: 9301941.

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

Color convert

RGB181239141-
CMYK0.2400.410.06
HSL95.51º75.38%74.51%-
HSV(B)95.51º41%93.73%-
XYZ54.7373.4836.5-
YUV210.4988.78106.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=32.26%
G=42.60%
B=25.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391410.2400.410.0695.5175.3874.51
HexB5EF8D180296604b4b
Octal265357215300516140113113
Binary101101011110111110001101110000101001110110000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EF8D; }

 p { color: rgb(181,239,141); }

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

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

 a { background-color: rgb(181,239,141); }

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

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

 span { border-color: rgb(181,239,141); }

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