#B4DD85

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

Shades of Feijoa #B4DD85

Tints of Feijoa #B4DD85

Color information

#B4DD85 (or 0xB4DD85) is unknown color: approx Feijoa. HEX triplet: B4, DD and 85. RGB value is (180,221,133). Sum of RGB (Red+Green+Blue) = 180+221+133=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DD85 is #4B227A. Grayscale: #C7C7C7. Windows color (decimal): -4924027 or 8773044. OLE color: 8773044.

HSL color Cylindrical-coordinate representation of color #B4DD85: hue angle of 87.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4DD85 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB180221133-
CMYK0.1900.400.13
HSL87.95º56.41%69.41%-
HSV(B)87.95º39.82%86.67%-
XYZ48.9163.1131.79-
YUV198.7190.92114.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 221 (86.72% from 255) = 41.39%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=33.71%
G=41.39%
B=24.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211330.1900.400.1387.9556.4169.41
HexB4DD8513028D583845
Octal264335205230501513070105
Binary101101001101110110000101100110101000110110110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD85; }

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

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

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

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

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

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

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

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