#B5DE84

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

Shades of Feijoa #B5DE84

Tints of Feijoa #B5DE84

Color information

#B5DE84 (or 0xB5DE84) is unknown color: approx Feijoa. HEX triplet: B5, DE and 84. RGB value is (181,222,132). Sum of RGB (Red+Green+Blue) = 181+222+132=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DE84 is #4A217B. Grayscale: #C7C7C7. Windows color (decimal): -4858236 or 8707765. OLE color: 8707765.

HSL color Cylindrical-coordinate representation of color #B5DE84: hue angle of 87.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5DE84 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB181222132-
CMYK0.1800.410.13
HSL87.33º57.69%69.41%-
HSV(B)87.33º40.54%87.06%-
XYZ49.3463.7331.53-
YUV199.4889.92114.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 132 (51.95% from 255) = 24.67%
R=33.83%
G=41.50%
B=24.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221320.1800.410.1387.3357.6969.41
HexB5DE8412029D573a45
Octal265336204220511512772105
Binary101101011101111010000100100100101001110110101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DE84; }

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

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

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

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

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

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

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

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