#B4DC7D

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

Shades of Feijoa #B4DC7D

Tints of Feijoa #B4DC7D

Color information

#B4DC7D (or 0xB4DC7D) is unknown color: approx Feijoa. HEX triplet: B4, DC and 7D. RGB value is (180,220,125). Sum of RGB (Red+Green+Blue) = 180+220+125=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC7D is #4B2382. Grayscale: #C5C5C5. Windows color (decimal): -4924291 or 8248500. OLE color: 8248500.

HSL color Cylindrical-coordinate representation of color #B4DC7D: hue angle of 85.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4DC7D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB180220125-
CMYK0.1800.430.14
HSL85.26º57.58%67.65%-
HSV(B)85.26º43.18%86.27%-
XYZ48.1262.3728.9-
YUV197.2187.25115.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=34.29%
G=41.90%
B=23.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201250.1800.430.1485.2657.5867.65
HexB4DC7D1202BE553a44
Octal264334175220531612572104
Binary10110100110111001111101100100101011111010101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC7D; }

 p { color: rgb(180,220,125); }

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

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

 a { background-color: rgb(180,220,125); }

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

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

 span { border-color: rgb(180,220,125); }

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