#B4DE83

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

Shades of Feijoa #B4DE83

Tints of Feijoa #B4DE83

Color information

#B4DE83 (or 0xB4DE83) is unknown color: approx Feijoa. HEX triplet: B4, DE and 83. RGB value is (180,222,131). Sum of RGB (Red+Green+Blue) = 180+222+131=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DE83 is #4B217C. Grayscale: #C7C7C7. Windows color (decimal): -4923773 or 8642228. OLE color: 8642228.

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

Color convert

RGB180222131-
CMYK0.1900.410.13
HSL87.69º57.96%69.22%-
HSV(B)87.69º40.99%87.06%-
XYZ49.0463.5831.16-
YUV199.0789.59114.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 131 (51.56% from 255) = 24.58%
R=33.77%
G=41.65%
B=24.58%

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
Decimal1802221310.1900.410.1387.6957.9669.22
HexB4DE8313029D583a45
Octal264336203230511513072105
Binary101101001101111010000011100110101001110110110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DE83; }

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

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

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

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

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

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

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

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