#B5DA88

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

Shades of Feijoa #B5DA88

Tints of Feijoa #B5DA88

Color information

#B5DA88 (or 0xB5DA88) is unknown color: approx Feijoa. HEX triplet: B5, DA and 88. RGB value is (181,218,136). Sum of RGB (Red+Green+Blue) = 181+218+136=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DA88 is #4A2577. Grayscale: #C5C5C5. Windows color (decimal): -4859256 or 8968885. OLE color: 8968885.

HSL color Cylindrical-coordinate representation of color #B5DA88: hue angle of 87.07º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5DA88 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB181218136-
CMYK0.1700.380.15
HSL87.07º52.56%69.41%-
HSV(B)87.07º37.61%85.49%-
XYZ48.5761.7432.65-
YUV197.5993.24116.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=33.83%
G=40.75%
B=25.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181360.1700.380.1587.0752.5669.41
HexB5DA8811026F573545
Octal265332210210461712765105
Binary101101011101101010001000100010100110111110101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA88; }

 p { color: rgb(181,218,136); }

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

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

 a { background-color: rgb(181,218,136); }

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

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

 span { border-color: rgb(181,218,136); }

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