#B5DA80

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

Shades of Feijoa #B5DA80

Tints of Feijoa #B5DA80

Color information

#B5DA80 (or 0xB5DA80) is unknown color: approx Feijoa. HEX triplet: B5, DA and 80. RGB value is (181,218,128). Sum of RGB (Red+Green+Blue) = 181+218+128=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DA80 is #4A257F. Grayscale: #C5C5C5. Windows color (decimal): -4859264 or 8444597. OLE color: 8444597.

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

Color convert

RGB181218128-
CMYK0.1700.410.15
HSL84.67º54.88%67.84%-
HSV(B)84.67º41.28%85.49%-
XYZ48.0261.5329.77-
YUV196.6889.24116.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=34.35%
G=41.37%
B=24.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181280.1700.410.1584.6754.8867.84
HexB5DA8011029F553744
Octal265332200210511712567104
Binary101101011101101010000000100010101001111110101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA80; }

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

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

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

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

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

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

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

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