#B4DD83

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

Shades of Feijoa #B4DD83

Tints of Feijoa #B4DD83

Color information

#B4DD83 (or 0xB4DD83) is unknown color: approx Feijoa. HEX triplet: B4, DD and 83. RGB value is (180,221,131). Sum of RGB (Red+Green+Blue) = 180+221+131=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DD83 is #4B227C. Grayscale: #C6C6C6. Windows color (decimal): -4924029 or 8641972. OLE color: 8641972.

HSL color Cylindrical-coordinate representation of color #B4DD83: hue angle of 87.33º degrees, saturation: 0.57, 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 #B4DD83 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB180221131-
CMYK0.1900.410.13
HSL87.33º56.96%69.02%-
HSV(B)87.33º40.72%86.67%-
XYZ48.7863.0531.07-
YUV198.4889.92114.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 131 (51.56% from 255) = 24.62%
R=33.83%
G=41.54%
B=24.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211310.1900.410.1387.3356.9669.02
HexB4DD8313029D573945
Octal264335203230511512771105
Binary101101001101110110000011100110101001110110101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD83; }

 p { color: rgb(180,221,131); }

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

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

 a { background-color: rgb(180,221,131); }

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

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

 span { border-color: rgb(180,221,131); }

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