#B5DE85

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

Shades of Feijoa #B5DE85

Tints of Feijoa #B5DE85

Color information

#B5DE85 (or 0xB5DE85) is unknown color: approx Feijoa. HEX triplet: B5, DE and 85. RGB value is (181,222,133). Sum of RGB (Red+Green+Blue) = 181+222+133=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DE85 is #4A217A. Grayscale: #C7C7C7. Windows color (decimal): -4858235 or 8773301. OLE color: 8773301.

HSL color Cylindrical-coordinate representation of color #B5DE85: hue angle of 87.64º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5DE85 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB181222133-
CMYK0.1800.400.13
HSL87.64º57.42%69.61%-
HSV(B)87.64º40.09%87.06%-
XYZ49.4163.7631.89-
YUV199.690.42114.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.77%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=33.77%
G=41.42%
B=24.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221330.1800.400.1387.6457.4269.61
HexB5DE8512028D583946
Octal265336205220501513071106
Binary101101011101111010000101100100101000110110110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DE85; }

 p { color: rgb(181,222,133); }

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

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

 a { background-color: rgb(181,222,133); }

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

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

 span { border-color: rgb(181,222,133); }

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